N00byKing 8 лет назад
Родитель
Сommit
08c6ac02cf
1 измененных файлов с 1 добавлено и 1 удалено
  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"