From 98d808ab71b5ef41a0ef0d9d9a2f37052c7dcbed Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 8 May 2019 21:01:46 +0200 Subject: [PATCH] InputCommon/DInput.h: Add missing include --- Source/Core/InputCommon/ControllerInterface/DInput/DInput.h | 1 + 1 file changed, 1 insertion(+) 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"