diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 6c777ec82..85aa5d4e2 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -31,6 +31,9 @@ #pragma once #include #include +#if BOOST_VERSION >= 107400 +#include +#endif #include #include #include diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index c526bac0a..f283a873e 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -34,6 +34,9 @@ #include #include +#if BOOST_VERSION >= 107400 +#include +#endif #include #include #include