summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-03-27 15:13:51 +0100
committererihel <erihel@gmail.com>2013-03-27 15:13:51 +0100
commite93ed747c2cffdba2873e80f3b8c574c3d300875 (patch)
tree402d77b453980073b1929c1f0476f2ac442d0f69 /src/common
parentcef858bb4718cf76683a7381160e30ca46513c2f (diff)
downloadcolobot-e93ed747c2cffdba2873e80f3b8c574c3d300875.tar.gz
colobot-e93ed747c2cffdba2873e80f3b8c574c3d300875.tar.bz2
colobot-e93ed747c2cffdba2873e80f3b8c574c3d300875.zip
* Another define to fix linker problems
Diffstat (limited to 'src/common')
-rw-r--r--src/common/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/profile.h b/src/common/profile.h
index bcd76c3..ee7ac46 100644
--- a/src/common/profile.h
+++ b/src/common/profile.h
@@ -25,6 +25,7 @@
// this is just to fix problem with undefined reference when compiling with c++11 support
#define BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_CXX11_SCOPED_ENUMS
#include <boost/property_tree/ptree.hpp>
#include <boost/filesystem.hpp>