]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3025] fix missing include
authorAndrei Pavel <andrei@isc.org>
Thu, 22 Feb 2024 11:18:06 +0000 (13:18 +0200)
committerAndrei Pavel <andrei@isc.org>
Thu, 22 Feb 2024 11:18:06 +0000 (13:18 +0200)
src/bin/perfdhcp/avalanche_scen.h
src/bin/perfdhcp/test_control.h
src/lib/mysql/mysql_connection.cc
src/lib/pgsql/pgsql_connection.cc

index b745efe69cfb8197f581c1c032e4ff3c8b612dc3..9c99723e023c16f5e4648dc006231dbcc3850731 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <perfdhcp/abstract_scen.h>
 
+#include <unordered_map>
 
 namespace isc {
 namespace perfdhcp {
index 9c0c31859c0cb87ea626455a391e2756454cd2dc..9ad59ce72616b509a2f5b256effba6f7706d2f24 100644 (file)
@@ -27,7 +27,6 @@
 #include <random>
 #include <string>
 #include <vector>
-#include <unordered_map>
 
 namespace isc {
 namespace perfdhcp {
index 593865ec458bff923d5e4314a46b74b12027fd3d..8602f804766c2af9dbf92687a78113caf6285b7c 100644 (file)
@@ -20,6 +20,7 @@
 #include <exception>
 #include <limits>
 #include <string>
+#include <unordered_map>
 
 using namespace isc;
 using namespace isc::asiolink;
index 7315dd94e969a3efb6dc411237a00fb3a4bc168b..c677fc7bbf9274b54a876ba7dbe4151addffe336 100644 (file)
@@ -15,6 +15,7 @@
 #include <util/file_utilities.h>
 
 #include <exception>
+#include <unordered_map>
 
 // PostgreSQL errors should be tested based on the SQL state code.  Each state
 // code is 5 decimal, ASCII, digits, the first two define the category of