mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
CMake: build all platforms except watchOS using the public SDK
Covers rdar://problem/21145996. A step towards rdar://problem/21099318. Swift SVN r31244
This commit is contained in:
@@ -32,7 +32,10 @@
|
||||
#include <unistd.h>
|
||||
#include "../SwiftShims/RuntimeShims.h"
|
||||
#if SWIFT_OBJC_INTEROP
|
||||
# include <objc/objc-runtime.h>
|
||||
# include <objc/NSObject.h>
|
||||
# include <objc/runtime.h>
|
||||
# include <objc/message.h>
|
||||
# include <objc/objc.h>
|
||||
#endif
|
||||
#if SWIFT_RUNTIME_ENABLE_DTRACE
|
||||
# include "SwiftRuntimeDTraceProbes.h"
|
||||
|
||||
Reference in New Issue
Block a user