We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def1dee commit 0625608Copy full SHA for 0625608
include/bitcoin/database/boost.hpp
@@ -19,17 +19,16 @@
19
#ifndef LIBBITCOIN_DATABASE_BOOST_HPP
20
#define LIBBITCOIN_DATABASE_BOOST_HPP
21
22
-#if defined(HAVE_MSC)
23
- #include <windows.h>
24
-#endif
+// Must pull in any base boost configuration before including boost.
+#include <bitcoin/system.hpp>
+
25
#include <filesystem>
26
#include <boost/interprocess/detail/os_file_functions.hpp>
27
#include <boost/multi_index_container.hpp>
28
#include <boost/multi_index/hashed_index.hpp>
29
#include <boost/multi_index/key.hpp>
30
#include <boost/multi_index/key_extractors.hpp>
31
#include <boost/multi_index/ordered_index.hpp>
32
-#include <bitcoin/system.hpp>
33
34
namespace libbitcoin {
35
namespace database {
0 commit comments