Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions include/bitcoin/database/boost.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@
#ifndef LIBBITCOIN_DATABASE_BOOST_HPP
#define LIBBITCOIN_DATABASE_BOOST_HPP

#if defined(HAVE_MSC)
#include <windows.h>
#endif
// Must pull in any base boost configuration before including boost.
#include <bitcoin/system.hpp>

#include <filesystem>
#include <boost/interprocess/detail/os_file_functions.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/key.hpp>
#include <boost/multi_index/key_extractors.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <bitcoin/system.hpp>

namespace libbitcoin {
namespace database {
Expand Down
Loading