From: Rosen Penev Date: Sun, 5 Sep 2021 00:23:29 +0000 (-0700) Subject: kea: fix compilation with boost 1.77 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1980bc21fb08a9925128961d0cf0f73429dec525;p=feed%2Fpackages.git kea: fix compilation with boost 1.77 Missing header. Signed-off-by: Rosen Penev --- 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;