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:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#include <perfdhcp/abstract_scen.h>
|
#include <perfdhcp/abstract_scen.h>
|
||||||
|
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
namespace isc {
|
namespace isc {
|
||||||
namespace perfdhcp {
|
namespace perfdhcp {
|
||||||
|
@@ -27,7 +27,6 @@
|
|||||||
#include <random>
|
#include <random>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <unordered_map>
|
|
||||||
|
|
||||||
namespace isc {
|
namespace isc {
|
||||||
namespace perfdhcp {
|
namespace perfdhcp {
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
#include <exception>
|
#include <exception>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
using namespace isc;
|
using namespace isc;
|
||||||
using namespace isc::asiolink;
|
using namespace isc::asiolink;
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
#include <util/file_utilities.h>
|
#include <util/file_utilities.h>
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
// PostgreSQL errors should be tested based on the SQL state code. Each state
|
// 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
|
// code is 5 decimal, ASCII, digits, the first two define the category of
|
||||||
|
Reference in New Issue
Block a user