Browse Source
Merge pull request #9992 from liamwhite/climits
container_hash: use climits
pull/15/merge
Morph
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/common/container_hash.h
|
|
|
@ -3,6 +3,7 @@ |
|
|
|
// SPDX-License-Identifier: BSL-1.0 |
|
|
|
|
|
|
|
#include <array> |
|
|
|
#include <climits> |
|
|
|
#include <cstdint> |
|
|
|
#include <limits> |
|
|
|
#include <type_traits> |
|
|
|
|