common: add missing includes

pull/470/head
selsta 1 year ago
parent 8cb10345d6
commit cbc297acfb
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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"

@ -31,6 +31,7 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <cstddef>
#include <deque>
#include <functional>
#include <utility>
#include <vector>

Loading…
Cancel
Save