summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/kea/files/0001-add-missing-headers-in-timer_mgr.cc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/kea/files/0001-add-missing-headers-in-timer_mgr.cc.patch')
-rw-r--r--meta/recipes-connectivity/kea/files/0001-add-missing-headers-in-timer_mgr.cc.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/kea/files/0001-add-missing-headers-in-timer_mgr.cc.patch b/meta/recipes-connectivity/kea/files/0001-add-missing-headers-in-timer_mgr.cc.patch
new file mode 100644
index 0000000000..1cd8bc70f5
--- /dev/null
+++ b/meta/recipes-connectivity/kea/files/0001-add-missing-headers-in-timer_mgr.cc.patch
@@ -0,0 +1,29 @@
1From 11981d637273778f408d15f488cc9e1d244dcae8 Mon Sep 17 00:00:00 2001
2From: Andrei Pavel <andrei@isc.org>
3Date: Thu, 29 Jul 2021 21:33:42 +0300
4Subject: [PATCH] add missing headers in timer_mgr.cc
5
6Upstream-Status: Backport [https://github.com/isc-projects/kea/commit/2bba96164f6c5c8f56de7a5dc52af73bfd51cccd]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 src/lib/dhcpsrv/timer_mgr.cc | 7 +++++++
10 1 file changed, 7 insertions(+)
11
12diff --git a/src/lib/dhcpsrv/timer_mgr.cc b/src/lib/dhcpsrv/timer_mgr.cc
13index 5ec4123..5611c46 100644
14--- a/src/lib/dhcpsrv/timer_mgr.cc
15+++ b/src/lib/dhcpsrv/timer_mgr.cc
16@@ -14,6 +14,13 @@
17 #include <functional>
18 #include <utility>
19
20+#include <exception>
21+#include <map>
22+#include <mutex>
23+#include <ostream>
24+#include <string>
25+#include <stddef.h>
26+
27 using namespace isc;
28 using namespace isc::asiolink;
29