diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 12:13:23 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 12:13:23 -0500 |
commit | f73a2b15875e948090ce607095ae93e3a06bed26 (patch) | |
tree | b76ab0ed632136370a8483d7788745c479b96b0e /src/common/dns_utils.cpp | |
parent | Merge pull request #8678 (diff) | |
parent | common: add missing includes (diff) | |
download | monero-f73a2b15875e948090ce607095ae93e3a06bed26.tar.xz |
Merge pull request #8683
cbc297a common: add missing includes (selsta)
Diffstat (limited to 'src/common/dns_utils.cpp')
-rw-r--r-- | src/common/dns_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp index 44e4258d9..40e913800 100644 --- a/src/common/dns_utils.cpp +++ b/src/common/dns_utils.cpp @@ -30,6 +30,8 @@ // check local first (in the event of static or in-source compilation of libunbound) #include "unbound.h" +#include <deque> +#include <set> #include <stdlib.h> #include "include_base_utils.h" #include "common/threadpool.h" |