mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #1132 from lioncash/osx
Fix building Dolphin on OSX without precompiled headers
This commit is contained in:
commit
ea40fdf21c
2 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include "Common/Thread.h"
|
||||
#include "InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h"
|
||||
|
||||
namespace ciface
|
||||
|
|
Loading…
Add table
Reference in a new issue