Skip to content

Commit

Permalink
[#3025] fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-pavel committed Feb 22, 2024
1 parent ffaf391 commit 0e8596b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bin/perfdhcp/avalanche_scen.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <perfdhcp/abstract_scen.h>

#include <unordered_map>

namespace isc {
namespace perfdhcp {
Expand Down
1 change: 0 additions & 1 deletion src/bin/perfdhcp/test_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <random>
#include <string>
#include <vector>
#include <unordered_map>

namespace isc {
namespace perfdhcp {
Expand Down
1 change: 1 addition & 0 deletions src/lib/mysql/mysql_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <exception>
#include <limits>
#include <string>
#include <unordered_map>

using namespace isc;
using namespace isc::asiolink;
Expand Down
1 change: 1 addition & 0 deletions src/lib/pgsql/pgsql_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e8596b

Please sign in to comment.