summaryrefslogtreecommitdiff
path: root/boost/exception/detail/is_output_streamable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/detail/is_output_streamable.hpp')
-rw-r--r--boost/exception/detail/is_output_streamable.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/boost/exception/detail/is_output_streamable.hpp b/boost/exception/detail/is_output_streamable.hpp
index 847f3484b8..10e5c5163e 100644
--- a/boost/exception/detail/is_output_streamable.hpp
+++ b/boost/exception/detail/is_output_streamable.hpp
@@ -5,6 +5,9 @@
#ifndef UUID_898984B4076411DD973EDFA055D89593
#define UUID_898984B4076411DD973EDFA055D89593
+
+#include <ostream>
+
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
@@ -12,8 +15,6 @@
#pragma warning(push,1)
#endif
-#include <ostream>
-
namespace
boost
{