Эх сурвалжийг харах

(Hopefully) Fix MinGW Build

N00byKing 8 жил өмнө
parent
commit
08c6ac02cf

+ 1 - 1
src/core/hle/kernel/svc.cpp

@@ -3,7 +3,7 @@
 // Refer to the license.txt file included.
 
 #include <algorithm>
-#include <inttypes.h>
+#include <cinttypes>
 
 #include "common/logging/log.h"
 #include "common/microprofile.h"