diff options
Diffstat (limited to 'boost/exception/to_string_stub.hpp')
-rw-r--r-- | boost/exception/to_string_stub.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/boost/exception/to_string_stub.hpp b/boost/exception/to_string_stub.hpp index b6ab31cf86..8ff5e47fd6 100644 --- a/boost/exception/to_string_stub.hpp +++ b/boost/exception/to_string_stub.hpp @@ -5,6 +5,11 @@ #ifndef UUID_E788439ED9F011DCB181F25B55D89593 #define UUID_E788439ED9F011DCB181F25B55D89593 + +#include <boost/exception/to_string.hpp> +#include <boost/exception/detail/object_hex_dump.hpp> +#include <boost/assert.hpp> + #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/exception/to_string.hpp> -#include <boost/exception/detail/object_hex_dump.hpp> -#include <boost/assert.hpp> - namespace boost { |