changed case of foreach ( it was capitals before and will not compile on linux )
parent
e2414561be
commit
0ef7fe4a01
|
@ -9,7 +9,7 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <boost/FOREACH.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <Windows.h>
|
||||
|
|
Loading…
Reference in New Issue