diff options
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r-- | helpcompiler/inc/HelpCompiler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index 206130ed6081..b66248e99ce4 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -20,12 +20,9 @@ #ifndef INCLUDED_HELPCOMPILER_INC_HELPCOMPILER_HXX #define INCLUDED_HELPCOMPILER_INC_HELPCOMPILER_HXX -#include <config_global.h> +#include <sal/config.h> #include <string> -#if !HAVE_CXX11 -#define BOOST_NO_0X_HDR_TYPEINDEX -#endif #include <boost/unordered_map.hpp> #include <vector> #include <list> |