diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-27 03:07:32 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-27 03:07:32 -0700 |
commit | 0c101f1236c767ae3f99282474dcb3ce915277ea (patch) | |
tree | 2d32b2cedd0284ffdb1fe9046c56ce451c581588 /src/wallet | |
parent | Merge pull request #6766 (diff) | |
parent | Fix build with Boost 1.74 (diff) | |
download | monero-0c101f1236c767ae3f99282474dcb3ce915277ea.tar.xz |
Merge pull request #6767
07442a605 Fix build with Boost 1.74 (moneromooo-monero)
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <boost/program_options/options_description.hpp> #include <boost/program_options/variables_map.hpp> +#if BOOST_VERSION >= 107400 +#include <boost/serialization/library_version_type.hpp> +#endif #include <boost/serialization/list.hpp> #include <boost/serialization/vector.hpp> #include <boost/serialization/deque.hpp> |