diff --git a/include/bitcoin/database/boost.hpp b/include/bitcoin/database/boost.hpp index 5ffff596..1050045b 100644 --- a/include/bitcoin/database/boost.hpp +++ b/include/bitcoin/database/boost.hpp @@ -19,9 +19,9 @@ #ifndef LIBBITCOIN_DATABASE_BOOST_HPP #define LIBBITCOIN_DATABASE_BOOST_HPP -#if defined(HAVE_MSC) - #include -#endif +// Must pull in any base boost configuration before including boost. +#include + #include #include #include @@ -29,7 +29,6 @@ #include #include #include -#include namespace libbitcoin { namespace database {