Skip to content

Commit

Permalink
Merge pull request #8683
Browse files Browse the repository at this point in the history
cbc297a common: add missing includes (selsta)
  • Loading branch information
luigi1111 committed Jan 11, 2023
2 parents 1d20b81 + cbc297a commit f73a2b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/dns_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/common/threadpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <cstddef>
#include <deque>
#include <functional>
#include <utility>
#include <vector>
Expand Down

0 comments on commit f73a2b1

Please sign in to comment.