2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3025] fix missing include

This commit is contained in:
Andrei Pavel
2024-02-22 13:18:06 +02:00
parent ffaf3913e5
commit 0e8596b681
4 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#include <perfdhcp/abstract_scen.h>
#include <unordered_map>
namespace isc {
namespace perfdhcp {

View File

@@ -27,7 +27,6 @@
#include <random>
#include <string>
#include <vector>
#include <unordered_map>
namespace isc {
namespace perfdhcp {

View File

@@ -20,6 +20,7 @@
#include <exception>
#include <limits>
#include <string>
#include <unordered_map>
using namespace isc;
using namespace isc::asiolink;

View 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