diff options
Diffstat (limited to 'net/kea/patches')
-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; |