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/ExpressionParser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface/ExpressionParser.h') diff --git a/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h b/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h index 80904634e4..992ca65f03 100644 --- a/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h +++ b/Source/Core/InputCommon/ControllerInterface/ExpressionParser.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include "InputCommon/ControllerInterface/Device.h" -- cgit v1.2.3