changed case of foreach ( it was capitals before and will not compile on linux )

release/4.3a0
Manohar Paluri 2009-11-04 22:19:16 +00:00
parent e2414561be
commit 0ef7fe4a01
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <boost/FOREACH.hpp> #include <boost/foreach.hpp>
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>