SwiftObject.mm: explicitly include some headers that are used on Apple

ObjC platofrms

Swift SVN r24175
This commit is contained in:
Dmitri Hrybenko
2015-01-05 07:18:11 +00:00
parent 5ff0612224
commit f996883fd6

View File

@@ -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