common: add missing includes
This commit is contained in:
parent
8cb10345d6
commit
cbc297acfb
|
@ -30,6 +30,8 @@
|
||||||
// check local first (in the event of static or in-source compilation of libunbound)
|
// check local first (in the event of static or in-source compilation of libunbound)
|
||||||
#include "unbound.h"
|
#include "unbound.h"
|
||||||
|
|
||||||
|
#include <deque>
|
||||||
|
#include <set>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "include_base_utils.h"
|
#include "include_base_utils.h"
|
||||||
#include "common/threadpool.h"
|
#include "common/threadpool.h"
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include <boost/thread/mutex.hpp>
|
#include <boost/thread/mutex.hpp>
|
||||||
#include <boost/thread/thread.hpp>
|
#include <boost/thread/thread.hpp>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
#include <deque>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
Loading…
Reference in New Issue