monero: patch for boost 1.81.0
This commit is contained in:
parent
ff2d098e15
commit
447d3f0649
|
@ -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>
|
Loading…
Reference in New Issue