summarylogtreecommitdiffstats
path: root/qmc-decoder_gcc15_include_cstdint.patch
blob: dfe8a46a5b0777d988615fb16d413a0d4f0fd14b (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/seed.hpp
+++ b/src/seed.hpp
@@ -11,6 +11,7 @@
 #define SEED_H
 
 #include <array>
+#include <cstdint>
 #include <cstdio>
 
 namespace qmc_decoder {