mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
include limits.h
Fixes build with gcc11 backend_selector.cc:61:35: error: 'numeric_limits' is not a member of 'std' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d505f7a7d6
commit
38f6f6272f
@ -8,7 +8,7 @@
|
||||
|
||||
#include <database/backend_selector.h>
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <climits>
|
||||
#include <limits>
|
||||
#include <sstream>
|
||||
|
||||
using namespace isc::data;
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <stdint.h>
|
||||
#include <typeinfo>
|
||||
#include <limits>
|
||||
|
||||
namespace isc {
|
||||
namespace dhcp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user