mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			729 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			729 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp
 | |
| index 7bb1781..b040bf8 100644
 | |
| --- a/src/common/dns_utils.cpp
 | |
| +++ b/src/common/dns_utils.cpp
 | |
| @@ -30,6 +30,7 @@
 | |
|  // check local first (in the event of static or in-source compilation of libunbound)
 | |
|  #include "unbound.h"
 | |
|  
 | |
| +#include <set>
 | |
|  #include <stdlib.h>
 | |
|  #include "include_base_utils.h"
 | |
|  #include "common/threadpool.h"
 | |
| diff --git a/src/common/threadpool.h b/src/common/threadpool.h
 | |
| index 53421e1..fcf8ca9 100644
 | |
| --- a/src/common/threadpool.h
 | |
| +++ b/src/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>
 |