summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Liam2023-03-26 10:24:33 -0400
committerGravatar Liam2023-03-26 10:24:33 -0400
commit7017f04ee8b92e34b4d4ba6d72d3fa5b20a5312e (patch)
tree9898bbbb079cfa97aa8632b8558bd325857f6655
parentMerge pull request #9989 from Morph1984/boost-1.79-exact (diff)
downloadyuzu-7017f04ee8b92e34b4d4ba6d72d3fa5b20a5312e.tar.gz
yuzu-7017f04ee8b92e34b4d4ba6d72d3fa5b20a5312e.tar.xz
yuzu-7017f04ee8b92e34b4d4ba6d72d3fa5b20a5312e.zip
container_hash: use climits
-rw-r--r--src/common/container_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/container_hash.h b/src/common/container_hash.h
index cfc5dfea8..a5e357745 100644
--- a/src/common/container_hash.h
+++ b/src/common/container_hash.h
@@ -3,6 +3,7 @@
3// SPDX-License-Identifier: BSL-1.0 3// SPDX-License-Identifier: BSL-1.0
4 4
5#include <array> 5#include <array>
6#include <climits>
6#include <cstdint> 7#include <cstdint>
7#include <limits> 8#include <limits>
8#include <type_traits> 9#include <type_traits>