summaryrefslogtreecommitdiff
path: root/boost/exception/detail/type_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/detail/type_info.hpp')
-rw-r--r--boost/exception/detail/type_info.hpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/boost/exception/detail/type_info.hpp b/boost/exception/detail/type_info.hpp
index b8c7d48bae..739ac5748e 100644
--- a/boost/exception/detail/type_info.hpp
+++ b/boost/exception/detail/type_info.hpp
@@ -5,6 +5,13 @@
#ifndef UUID_C3E1741C754311DDB2834CCA55D89593
#define UUID_C3E1741C754311DDB2834CCA55D89593
+
+#include <boost/config.hpp>
+#include <boost/core/typeinfo.hpp>
+#include <boost/core/demangle.hpp>
+#include <boost/current_function.hpp>
+#include <string>
+
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
@@ -12,12 +19,6 @@
#pragma warning(push,1)
#endif
-#include <boost/core/typeinfo.hpp>
-#include <boost/core/demangle.hpp>
-#include <boost/current_function.hpp>
-#include <boost/config.hpp>
-#include <string>
-
namespace
boost
{