diff --git a/include/boost/detail/catch_exceptions.hpp b/include/boost/detail/catch_exceptions.hpp index e7639a2..3db832a 100644 --- a/include/boost/detail/catch_exceptions.hpp +++ b/include/boost/detail/catch_exceptions.hpp @@ -18,14 +18,14 @@ // header dependencies are deliberately restricted to the standard library // to reduce coupling to other boost libraries. -#include #include // for string #include // for bad_alloc +#include // for ostream #include // for bad_cast, bad_typeid #include // for exception, bad_exception #include // for std exception hierarchy +#include #include // for exit codes -#include // for ostream # if defined(BOOST_BORLANDC) && (__BORLANDC__ <= 0x0551) # define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT