kea: fix compilation with boost 1.77
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2ebe2b1757
commit
1980bc21fb
1 changed files with 10 additions and 0 deletions
10
net/kea/patches/040-map.patch
Normal file
10
net/kea/patches/040-map.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/lib/dhcpsrv/timer_mgr.cc
|
||||
+++ b/src/lib/dhcpsrv/timer_mgr.cc
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <exceptions/exceptions.h>
|
||||
|
||||
#include <functional>
|
||||
+#include <map>
|
||||
#include <utility>
|
||||
|
||||
using namespace isc;
|
Loading…
Reference in a new issue