kea: fix compilation with boost 1.77

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2021-09-04 17:23:29 -07:00
parent 2ebe2b1757
commit 1980bc21fb
1 changed files with 10 additions and 0 deletions

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