From 7eaece8814702fdcbe362efa6a4260e683ce4cf9 Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 8 May 2019 21:02:26 +0200 Subject: [PATCH] InputCommon/Device.cpp: Add missing include --- Source/Core/InputCommon/ControllerInterface/Device.cpp | 1 + 1 file changed, 1 insertion(+) 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