From 0625608a021342d052865563d7aded714d51aa17 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 19 Jan 2026 22:12:45 -0500 Subject: [PATCH] Update boost config. --- include/bitcoin/database/boost.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {