diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-02-25 13:40:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 13:40:22 +0100 |
commit | 08c6ac02cf502a787f24619cf1b50bc430bbcdea (patch) | |
tree | 0ace9985c9cfe457342003b84a960ce5c3fc3c45 /src/core/hle/kernel/svc.cpp | |
parent | 2b41c6e5738c2052fd0aaa1cf8e5475c37614115 (diff) |
(Hopefully) Fix MinGW Build
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
-rw-r--r-- | src/core/hle/kernel/svc.cpp | 2 |
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" |