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:31:14 +0200 |
commit | 44cc6d67620ff09dc0173ad8e6ada89d700ffd3e (patch) | |
tree | c5a84135b2d7bc96639fa377f57518ad0cf06613 /contrib | |
parent | Merge pull request #7697 (diff) | |
download | monero-44cc6d67620ff09dc0173ad8e6ada89d700ffd3e.tar.xz |
Fix boost 1.76.0 compatibility
Add missing header boost/mpl/contains.hpp
monero-project/monero/issues/7728
Diffstat (limited to 'contrib')
-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 655a2eb12..60f3e672f 100644 --- a/contrib/epee/include/storages/portable_storage.h +++ b/contrib/epee/include/storages/portable_storage.h @@ -31,6 +31,8 @@ #include "misc_log_ex.h" #include "span.h" +#include <boost/mpl/contains.hpp> + namespace epee { class byte_slice; |