Browse Source

(Hopefully) Fix MinGW Build

pull/15/merge
N00byKing 8 years ago
committed by GitHub
parent
commit
08c6ac02cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/kernel/svc.cpp

2
src/core/hle/kernel/svc.cpp

@ -3,7 +3,7 @@
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <algorithm> #include <algorithm>
#include <inttypes.h>
#include <cinttypes>
#include "common/logging/log.h" #include "common/logging/log.h"
#include "common/microprofile.h" #include "common/microprofile.h"

Loading…
Cancel
Save