1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/community/monero/gcc12.patch
2022-12-21 16:20:59 +01:00

24 lines
729 B
Diff

diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp
index 7bb1781..b040bf8 100644
--- a/src/common/dns_utils.cpp
+++ b/src/common/dns_utils.cpp
@@ -30,6 +30,7 @@
// check local first (in the event of static or in-source compilation of libunbound)
#include "unbound.h"
+#include <set>
#include <stdlib.h>
#include "include_base_utils.h"
#include "common/threadpool.h"
diff --git a/src/common/threadpool.h b/src/common/threadpool.h
index 53421e1..fcf8ca9 100644
--- a/src/common/threadpool.h
+++ b/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>