diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-05-20 23:43:36 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-05-20 23:43:36 -0500 |
commit | ee7c5de11274677ed35495f6d65a5f3e8ee05998 (patch) | |
tree | 5d7fe13ac9ecda1178b24d27205564ce119fe79a | |
parent | Merge pull request #9310 (diff) | |
parent | contrib: fix compilation error for boost 1.85 (diff) | |
download | monero-ee7c5de11274677ed35495f6d65a5f3e8ee05998.tar.xz |
Merge pull request #9313
304dcf8 contrib: fix compilation error for boost 1.85 (0xFFFC0000)
-rw-r--r-- | contrib/epee/include/storages/portable_storage_val_converters.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/storages/portable_storage_val_converters.h b/contrib/epee/include/storages/portable_storage_val_converters.h index 96b0c024c..5eb9acffd 100644 --- a/contrib/epee/include/storages/portable_storage_val_converters.h +++ b/contrib/epee/include/storages/portable_storage_val_converters.h @@ -37,6 +37,7 @@ #include "misc_log_ex.h" #include <boost/lexical_cast.hpp> +#include <boost/numeric/conversion/bounds.hpp> #include <typeinfo> #include <iomanip> |