From fcf015832466f4d902e8aeb1466309a1bc230475 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 10 Sep 2014 18:22:32 +0200 Subject: (Rudimentary) C++11 support is a hard requirement now Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75 --- helpcompiler/inc/HelpCompiler.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'helpcompiler/inc/HelpCompiler.hxx') 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 +#include #include -#if !HAVE_CXX11 -#define BOOST_NO_0X_HDR_TYPEINDEX -#endif #include #include #include -- cgit