diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-04 17:23:29 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-04 19:24:53 -0700 |
commit | 1980bc21fb08a9925128961d0cf0f73429dec525 (patch) | |
tree | dd22ba64762da3b679e492788f021668bde55659 /net | |
parent | 2ebe2b1757908ec1742bf794ca843c4a50fa9307 (diff) |
kea: fix compilation with boost 1.77
Missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/kea/patches/040-map.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/kea/patches/040-map.patch b/net/kea/patches/040-map.patch new file mode 100644 index 000000000..692642a19 --- /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 <exceptions/exceptions.h> + + #include <functional> ++#include <map> + #include <utility> + + using namespace isc; |