monero: patch for boost 1.81.0

This commit is contained in:
Đoàn Trần Công Danh 2022-11-27 22:16:29 +07:00
parent ff2d098e15
commit 447d3f0649
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
Index: monero-0.18.1.2/src/common/dns_utils.cpp
===================================================================
--- monero-0.18.1.2.orig/src/common/dns_utils.cpp
+++ monero-0.18.1.2/src/common/dns_utils.cpp
@@ -38,6 +38,12 @@
#include <boost/algorithm/string/join.hpp>
#include <boost/optional.hpp>
#include <boost/utility/string_ref.hpp>
+
+#include <deque>
+#include <map>
+#include <set>
+#include <string>
+
using namespace epee;
#undef MONERO_DEFAULT_LOG_CATEGORY
Index: monero-0.18.1.2/src/common/threadpool.h
===================================================================
--- monero-0.18.1.2.orig/src/common/threadpool.h
+++ monero-0.18.1.2/src/common/threadpool.h
@@ -31,6 +31,7 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <cstddef>
+#include <deque>
#include <functional>
#include <utility>
#include <vector>