summaryrefslogtreecommitdiff
path: root/games-emulation/ppsspp/files/ppsspp-1.16-MIPSTables-fix-includes.patch
blob: 87e85f5bc878f9a2024cfe66b14479f081a28ac5 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Core/MIPS/MIPSTables.h
+++ b/Core/MIPS/MIPSTables.h
@@ -18,6 +18,7 @@
 #pragma once
 
 #include <string>
+#include <stdint.h>
 #include "Common/CommonTypes.h"
 #include "Core/MIPS/MIPS.h"