summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-0.17.2.0-Fix-boost-1.76.0-compatibility.patch
blob: b0fdd45773a788ce52095300d0c816ea624b7bde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 44cc6d67620ff09dc0173ad8e6ada89d700ffd3e Mon Sep 17 00:00:00 2001
From: loqs <loqs@users.noreply.github.com>
Date: Sun, 23 May 2021 20:29:17 +0100
Subject: [PATCH] Fix boost 1.76.0 compatibility

Add missing header boost/mpl/contains.hpp
monero-project/monero/issues/7728
---
 contrib/epee/include/storages/portable_storage.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/epee/include/storages/portable_storage.h b/contrib/epee/include/storages/portable_storage.h
index 655a2eb12cda..60f3e672fb55 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;