Browse Source

container_hash: use climits

Liam 3 năm trước cách đây
mục cha
commit
7017f04ee8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>