From 56d65d5f625ed118f6052cc8f924f8ec21913089 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 20 Feb 2017 17:49:33 -0800 Subject: [PATCH] #including config.hpp before other headers. --- include/boost/throw_exception.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index aa977df..d45306c 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -1,5 +1,8 @@ #ifndef UUID_AA15E74A856F11E08B8D93F24824019B #define UUID_AA15E74A856F11E08B8D93F24824019B + +#include + #if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS) #pragma GCC system_header #endif @@ -27,7 +30,6 @@ // #include -#include #include #if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x593) )