summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-0.18.3.3-contrib-fix-compilation-error-for-boost-1.85.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero/files/monero-0.18.3.3-contrib-fix-compilation-error-for-boost-1.85.patch')
-rw-r--r--net-p2p/monero/files/monero-0.18.3.3-contrib-fix-compilation-error-for-boost-1.85.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-p2p/monero/files/monero-0.18.3.3-contrib-fix-compilation-error-for-boost-1.85.patch b/net-p2p/monero/files/monero-0.18.3.3-contrib-fix-compilation-error-for-boost-1.85.patch
new file mode 100644
index 00000000..17de8ba3
--- /dev/null
+++ b/net-p2p/monero/files/monero-0.18.3.3-contrib-fix-compilation-error-for-boost-1.85.patch
@@ -0,0 +1,21 @@
+From 304dcf85701e5d57b9420722c772ce4c5a51394f Mon Sep 17 00:00:00 2001
+From: 0xFFFC0000 <0xFFFC0000@proton.me>
+Date: Wed, 1 May 2024 12:29:00 +0000
+Subject: [PATCH] contrib: fix compilation error for boost 1.85
+
+---
+ contrib/epee/include/storages/portable_storage_val_converters.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/contrib/epee/include/storages/portable_storage_val_converters.h b/contrib/epee/include/storages/portable_storage_val_converters.h
+index 96b0c024c53c..5eb9acffd262 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>
+