mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
24 lines
729 B
Diff
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>
|