mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
kea: fix compilation with boost 1.77
Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user