summaryrefslogtreecommitdiff
path: root/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
commite2db47eaae00ec33f8971db44b68645c5d3b9590 (patch)
tree3ec0cf16ddb5854017e134fabebe14bf8cb94a34 /net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
parent616579b5d773c50af31ee56f00105d96ce641ca2 (diff)
gentoo resync : 17.08.2021
Diffstat (limited to 'net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch')
-rw-r--r--net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch b/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
new file mode 100644
index 000000000000..fec0fcc30f4b
--- /dev/null
+++ b/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
@@ -0,0 +1,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>