From 98d808ab71b5ef41a0ef0d9d9a2f37052c7dcbed Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 8 May 2019 21:01:46 +0200 Subject: InputCommon/DInput.h: Add missing include --- Source/Core/InputCommon/ControllerInterface/DInput/DInput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h index 1772b32817..419a942cb4 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h @@ -8,6 +8,7 @@ #include #include +#include #include "InputCommon/ControllerInterface/DInput/DInput8.h" -- cgit v1.2.3 From 7eaece8814702fdcbe362efa6a4260e683ce4cf9 Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 8 May 2019 21:02:26 +0200 Subject: InputCommon/Device.cpp: Add missing include --- Source/Core/InputCommon/ControllerInterface/Device.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/Device.cpp b/Source/Core/InputCommon/ControllerInterface/Device.cpp index 7624b359d1..38b11a932b 100644 --- a/Source/Core/InputCommon/ControllerInterface/Device.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Device.cpp @@ -4,6 +4,7 @@ #include "InputCommon/ControllerInterface/Device.h" +#include #include #include #include -- cgit v1.2.3