aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
author0xFFFC0000 <0xFFFC0000@proton.me>2024-05-01 12:29:00 +0000
committerselsta <selsta@sent.at>2024-05-29 16:02:15 +0200
commit738f5038bfcd0e42999c6eba683bea3e0d2bfcdb (patch)
tree4b73b74c2deb578e4b506d90c0596a747d312a01 /contrib
parent24ccaba6ef429fdd37a3281c586e655987201a5c (diff)
downloadmonzero-core-738f5038bfcd0e42999c6eba683bea3e0d2bfcdb.tar.gz
monzero-core-738f5038bfcd0e42999c6eba683bea3e0d2bfcdb.tar.xz
monzero-core-738f5038bfcd0e42999c6eba683bea3e0d2bfcdb.zip
contrib: fix compilation error for boost 1.85
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/include/storages/portable_storage_val_converters.h1
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>