summaryrefslogtreecommitdiffstats
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
parentAdd UnmapSharedMemory (diff)
downloadyuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar
yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.gz
yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.bz2
yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.lz
yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.xz
yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.zst
yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.zip
-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 92bb80404..4141c0ec2 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"