Changeset 906
- Timestamp:
- 03/10/10 13:28:19 (5 months ago)
- Files:
-
- 1 modified
-
trunk/engine/Script/Core.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/Script/Core.cpp
r902 r906 25 25 #include <iostream> 26 26 27 // The X headers define "Bool" with breaks Boost Foreach. 28 // This workaround is only required for Boost < 1.40. 29 #if !defined(_WIN32) && defined(Bool) 30 # undef Bool 31 #endif 27 32 #include <boost/foreach.hpp> 28 33
