kea: fix compilation with boost 1.77
authorRosen Penev <rosenp@gmail.com>
Sun, 5 Sep 2021 00:23:29 +0000 (17:23 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 5 Sep 2021 02:24:53 +0000 (19:24 -0700)
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/kea/patches/040-map.patch [new file with mode: 0644]

diff --git a/net/kea/patches/040-map.patch b/net/kea/patches/040-map.patch
new file mode 100644 (file)
index 0000000..692642a
--- /dev/null
@@ -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;