mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SwiftObject.mm: explicitly include some headers that are used on Apple
ObjC platofrms Swift SVN r24175
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
#include <unordered_map>
|
||||
#if SWIFT_OBJC_INTEROP
|
||||
#import <CoreFoundation/CFBase.h> // for CFTypeID
|
||||
#include <malloc/malloc.h>
|
||||
#include <dispatch/dispatch.h>
|
||||
#endif
|
||||
|
||||
#if SWIFT_OBJC_INTEROP
|
||||
|
||||
Reference in New Issue
Block a user