]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
update includes
authorAndrei Pavel <andrei@isc.org>
Sat, 21 Aug 2021 02:40:14 +0000 (05:40 +0300)
committerAndrei Pavel <andrei@isc.org>
Sat, 21 Aug 2021 02:40:14 +0000 (05:40 +0300)
src/lib/database/backend_selector.cc
src/lib/dhcpsrv/subnet_id.h

index cea5a53c5a963b30683995caa33ca5191cc9a83a..3ad8e219c64b4eb82b93079186e980280b5ccd9e 100644 (file)
@@ -1,12 +1,14 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <database/backend_selector.h>
 #include <exceptions/exceptions.h>
-#include <climits>
+#include <limits>
 #include <sstream>
 
 using namespace isc::data;
index 77c2adf71d5c07945bd6b7d88e374c6f484312e7..744fe32d1fdc9533d6a10dfc56ff0cdb8b2d7924 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -10,6 +10,7 @@
 #include <exceptions/exceptions.h>
 #include <stdint.h>
 #include <typeinfo>
+#include <limits>
 
 namespace isc {
 namespace dhcp {