summaryrefslogtreecommitdiff
path: root/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch
blob: 0a7c45a810b295f8eeb04f8aefe442648a8f26f3 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Common/Hashmaps.h
+++ b/Common/Hashmaps.h
@@ -2,6 +2,7 @@
 
 #include <cstring>
 #include <vector>
+#include <stdint.h> /* uint32_t */
 
 #include "ext/xxhash.h"
 #include "Common/CommonFuncs.h"