summaryrefslogtreecommitdiff
path: root/boost/exception/info_tuple.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/info_tuple.hpp')
-rw-r--r--boost/exception/info_tuple.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/boost/exception/info_tuple.hpp b/boost/exception/info_tuple.hpp
index 70154fd278..7c16d75151 100644
--- a/boost/exception/info_tuple.hpp
+++ b/boost/exception/info_tuple.hpp
@@ -5,6 +5,10 @@
#ifndef UUID_63EE924290FB11DC87BB856555D89593
#define UUID_63EE924290FB11DC87BB856555D89593
+
+#include <boost/exception/info.hpp>
+#include <boost/tuple/tuple.hpp>
+
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
@@ -12,9 +16,6 @@
#pragma warning(push,1)
#endif
-#include <boost/exception/info.hpp>
-#include <boost/tuple/tuple.hpp>
-
namespace
boost
{