Przeglądaj źródła

container_hash: use climits

Liam 3 lat temu
rodzic
commit
7017f04ee8
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/common/container_hash.h

+ 1 - 0
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>