Browse Source

(Hopefully) Fix MinGW Build

nce_cpp
N00byKing 8 years ago
committed by GitHub
parent
commit
ac2232b9cf
  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.
#include <algorithm>
#include <inttypes.h>
#include <cinttypes>
#include "common/logging/log.h"
#include "common/microprofile.h"

Loading…
Cancel
Save