Explorar o código

(Hopefully) Fix MinGW Build

N00byKing %!s(int64=8) %!d(string=hai) anos
pai
achega
08c6ac02cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/kernel/svc.cpp

+ 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"