From ac2232b9cfc60234e65aa2f58d19d2f418c14c38 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Sun, 25 Feb 2018 13:40:22 +0100 Subject: [PATCH] (Hopefully) Fix MinGW Build --- src/core/hle/kernel/svc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include +#include #include "common/logging/log.h" #include "common/microprofile.h"