diff options
author | loqs <loqs@users.noreply.github.com> | 2021-05-23 20:29:17 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-05-24 05:32:24 +0200 |
commit | c28d2f7c110c0a2161fa02d6c20df94a60a41965 (patch) | |
tree | d5b21a6c1602157e3878e95912cbc5a48cceb83b | |
parent | Merge pull request #7695 (diff) | |
download | monero-c28d2f7c110c0a2161fa02d6c20df94a60a41965.tar.xz |
Fix boost 1.76.0 compatibility
Add missing header boost/mpl/contains.hpp
monero-project/monero/issues/7728
-rw-r--r-- | contrib/epee/include/storages/portable_storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epee/include/storages/portable_storage.h b/contrib/epee/include/storages/portable_storage.h index 1e68605ab..801bb2c34 100644 --- a/contrib/epee/include/storages/portable_storage.h +++ b/contrib/epee/include/storages/portable_storage.h @@ -40,6 +40,8 @@ #include "span.h" #include "int-util.h" +#include <boost/mpl/contains.hpp> + namespace epee { namespace serialization |