summaryrefslogtreecommitdiff
path: root/boost/exception/to_string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/to_string.hpp')
-rw-r--r--boost/exception/to_string.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/boost/exception/to_string.hpp b/boost/exception/to_string.hpp
index 68541d2b8c..51425b10d1 100644
--- a/boost/exception/to_string.hpp
+++ b/boost/exception/to_string.hpp
@@ -5,6 +5,11 @@
#ifndef UUID_7E48761AD92811DC9011477D56D89593
#define UUID_7E48761AD92811DC9011477D56D89593
+
+#include <boost/utility/enable_if.hpp>
+#include <boost/exception/detail/is_output_streamable.hpp>
+#include <sstream>
+
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
@@ -12,10 +17,6 @@
#pragma warning(push,1)
#endif
-#include <boost/utility/enable_if.hpp>
-#include <boost/exception/detail/is_output_streamable.hpp>
-#include <sstream>
-
namespace
boost
{