mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
MTLMain: Include TargetConditionals
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
#include "VideoBackends/Metal/VideoBackend.h"
|
#include "VideoBackends/Metal/VideoBackend.h"
|
||||||
|
|
||||||
|
// This must be included before we use any TARGET_OS_* macros.
|
||||||
|
#include <TargetConditionals.h>
|
||||||
|
|
||||||
#if TARGET_OS_OSX
|
#if TARGET_OS_OSX
|
||||||
#include <AppKit/AppKit.h>
|
#include <AppKit/AppKit.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user