macOS: Add missing includes to fix no-PCH build

This commit is contained in:
hthh
2017-01-02 11:45:24 +11:00
parent b10a0de769
commit 387164a999
2 changed files with 5 additions and 2 deletions

View File

@ -2,11 +2,13 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h"
#include <map>
#include <Carbon/Carbon.h>
#include <Cocoa/Cocoa.h>
#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h"
namespace ciface
{
namespace Quartz