You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch

11 lines
279 B

--- 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>