diff options
| author | 2018-02-25 13:40:22 +0100 | |
|---|---|---|
| committer | 2018-02-25 13:40:22 +0100 | |
| commit | 08c6ac02cf502a787f24619cf1b50bc430bbcdea (patch) | |
| tree | 0ace9985c9cfe457342003b84a960ce5c3fc3c45 | |
| parent | Add UnmapSharedMemory (diff) | |
| download | yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.gz yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.tar.xz yuzu-08c6ac02cf502a787f24619cf1b50bc430bbcdea.zip | |
(Hopefully) Fix MinGW Build
Diffstat (limited to '')
| -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 92bb80404..4141c0ec2 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | #include <inttypes.h> | 6 | #include <cinttypes> |
| 7 | 7 | ||
| 8 | #include "common/logging/log.h" | 8 | #include "common/logging/log.h" |
| 9 | #include "common/microprofile.h" | 9 | #include "common/microprofile.h" |