You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/src/lib/database/backend_selector.cc
|
|
+++ b/src/lib/database/backend_selector.cc
|
|
@@ -6,7 +6,7 @@
|
|
|
|
#include <database/backend_selector.h>
|
|
#include <exceptions/exceptions.h>
|
|
-#include <climits>
|
|
+#include <limits>
|
|
#include <sstream>
|
|
|
|
using namespace isc::data;
|
|
--- a/src/lib/dhcpsrv/subnet_id.h
|
|
+++ b/src/lib/dhcpsrv/subnet_id.h
|
|
@@ -10,6 +10,7 @@
|
|
#include <exceptions/exceptions.h>
|
|
#include <stdint.h>
|
|
#include <typeinfo>
|
|
+#include <limits>
|
|
|
|
namespace isc {
|
|
namespace dhcp {
|