aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-02-25 13:40:22 +0100
committerGitHub <noreply@github.com>2018-02-25 13:40:22 +0100
commit08c6ac02cf502a787f24619cf1b50bc430bbcdea (patch)
tree0ace9985c9cfe457342003b84a960ce5c3fc3c45
parent2b41c6e5738c2052fd0aaa1cf8e5475c37614115 (diff)
(Hopefully) Fix MinGW Build
-rw-r--r--src/core/hle/kernel/svc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp
index 92bb804043..4141c0ec2d 100644
--- a/src/core/hle/kernel/svc.cpp
+++ b/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"