From 91286f5021e1e0c6ea4a4b38637e5de77fffc7a0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 19 Feb 2014 13:46:47 -0500 Subject: [PATCH] Fix the Windows build in relation to the recent changes. --- Source/Core/Common/CommonFuncs.h | 3 ++- .../InputCommon/ControllerInterface/DInput/DInputJoystick.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Common/CommonFuncs.h b/Source/Core/Common/CommonFuncs.h index dba3a63bcb..ab683221b3 100644 --- a/Source/Core/Common/CommonFuncs.h +++ b/Source/Core/Common/CommonFuncs.h @@ -11,9 +11,10 @@ #define SLEEP(x) usleep(x*1000) #endif +#include #include #include -#include "Common/Common.h" +#include "Common/CommonTypes.h" // Will fail to compile on a non-array: // TODO: make this a function when constexpr is available diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp b/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp index b524f1f0f4..e98c13df88 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.cpp @@ -4,7 +4,6 @@ #include #include -#include #include #include