Przeglądaj źródła

(Hopefully) Fix MinGW Build

N00byKing 8 lat temu
rodzic
commit
08c6ac02cf
1 zmienionych plików z 1 dodań i 1 usunięć
  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"