This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
2ebe2b1757
commit
1980bc21fb
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save