Fix building Dolphin on OSX without precompiled headers

This commit is contained in:
Lioncash 2014-09-21 00:37:47 -04:00
parent a5f4e4ad25
commit a04a99251f
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <fcntl.h>
#include "Common/StringUtil.h"
#include "Core/HW/EXI_Device.h"
#include "Core/HW/EXI_DeviceEthernet.h"

View File

@ -4,6 +4,7 @@
#include <algorithm>
#include <string>
#include "Common/Thread.h"
#include "InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h"
namespace ciface