summaryrefslogtreecommitdiff
path: root/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
blob: fec0fcc30f4b7706d9ca4516a4dac20aaca39c52 (plain)
1
2
3
4
5
6
7
8
9
10
--- kea-1.8.2/src/lib/dhcpsrv/timer_mgr.cc
+++ kea-1.8.2/src/lib/dhcpsrv/timer_mgr.cc
@@ -9,6 +9,7 @@
 #include <asiolink/io_service.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/timer_mgr.h>
+#include <map>
 #include <exceptions/exceptions.h>
 
 #include <functional>