mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
MTLMain: Include TargetConditionals
This commit is contained in:
parent
b32b27ae9a
commit
77f44f1600
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include "VideoBackends/Metal/VideoBackend.h"
|
||||
|
||||
// This must be included before we use any TARGET_OS_* macros.
|
||||
#include <TargetConditionals.h>
|
||||
|
||||
#if TARGET_OS_OSX
|
||||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue