diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-06-01 22:12:12 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-01 22:12:12 -0500 |
| commit | 1c8e598172bd2eddba2607cae0804db2e685813b (patch) | |
| tree | 2ab5df6b36a520d5f1522bd122923aa774b535f0 /contrib/epee | |
| parent | e8bf9003dd1270c9abf9fc81eb851baf9c4c6f34 (diff) | |
| parent | 44cc6d67620ff09dc0173ad8e6ada89d700ffd3e (diff) | |
| download | monzero-core-1c8e598172bd2eddba2607cae0804db2e685813b.tar.gz monzero-core-1c8e598172bd2eddba2607cae0804db2e685813b.tar.xz monzero-core-1c8e598172bd2eddba2607cae0804db2e685813b.zip | |
Merge pull request #7735
44cc6d6 Fix boost 1.76.0 compatibility (loqs)
Diffstat (limited to 'contrib/epee')
| -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; |
