From 387164a999f8372fd4bf0f1b5e66d8a06f4e5ae9 Mon Sep 17 00:00:00 2001 From: hthh Date: Mon, 2 Jan 2017 11:45:24 +1100 Subject: macOS: Add missing includes to fix no-PCH build --- .../ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm b/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm index 8aa83370dd..a52f8df4b0 100644 --- a/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm +++ b/Source/Core/InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.mm @@ -2,11 +2,13 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h" + +#include + #include #include -#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h" - namespace ciface { namespace Quartz -- cgit v1.2.3