From be922730b3cc5d2d2bd8419f02ddb820113d0ee8 Mon Sep 17 00:00:00 2001 From: Christian Widmer Date: Sun, 26 Jun 2016 05:34:09 +0200 Subject: ControllerInterface: Include memory to fix building without pch All affected files use shared_ptr but do not include memory which breaks building without precompiled headers. --- Source/Core/InputCommon/ControllerInterface/Device.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface/Device.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/Device.cpp b/Source/Core/InputCommon/ControllerInterface/Device.cpp index e47b04de99..ab5119d024 100644 --- a/Source/Core/InputCommon/ControllerInterface/Device.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Device.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include #include #include -- cgit v1.2.3