common: add missing includes

This commit is contained in:
selsta 2022-12-18 18:30:08 +01:00
parent 8cb10345d6
commit cbc297acfb
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
2 changed files with 3 additions and 0 deletions

View File

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

View File

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