From 1980bc21fb08a9925128961d0cf0f73429dec525 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 4 Sep 2021 17:23:29 -0700 Subject: [PATCH] kea: fix compilation with boost 1.77 Missing header. Signed-off-by: Rosen Penev --- net/kea/patches/040-map.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/kea/patches/040-map.patch diff --git a/net/kea/patches/040-map.patch b/net/kea/patches/040-map.patch new file mode 100644 index 0000000000..692642a199 --- /dev/null +++ b/net/kea/patches/040-map.patch @@ -0,0 +1,10 @@ +--- a/src/lib/dhcpsrv/timer_mgr.cc ++++ b/src/lib/dhcpsrv/timer_mgr.cc +@@ -12,6 +12,7 @@ + #include + + #include ++#include + #include + + using namespace isc; -- 2.30.2