Browse Source

kea: fix compilation with boost 1.77

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
1980bc21fb
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      net/kea/patches/040-map.patch

+ 10
- 0
net/kea/patches/040-map.patch 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;

Loading…
Cancel
Save