diff options
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r-- | helpcompiler/inc/HelpCompiler.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index 60fd2778b2d5..b1e7ab85fc41 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -20,8 +20,10 @@ #ifndef HELPCOMPILER_HXX #define HELPCOMPILER_HXX +#include <config_global.h> + #include <string> -#ifndef HAVE_CXX0X +#if !HAVE_CXX11 #define BOOST_NO_0X_HDR_TYPEINDEX #endif #include <boost/unordered_map.hpp> |