summarylogtreecommitdiffstats
path: root/gcc15.patch
blob: 28a0dee9bd093208c08b6a3df7af6fcc314ed728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/backend/common/deterministicHash.cpp b/src/backend/common/deterministicHash.cpp
index 2280d4cbb..5aa7991e9 100644
--- a/src/backend/common/deterministicHash.cpp
+++ b/src/backend/common/deterministicHash.cpp
@@ -12,6 +12,7 @@
 #include <nonstd/span.hpp>
 #include <numeric>
 #include <string>
+#include <cstdint>

 using nonstd::span;
 using std::accumulate;