mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-26 22:00:29 +00:00
Merge pull request #1515 from darlinghq/ubuntu_older_clang_build_fix
Fix Building Darling With Older Version Of Clang
This commit is contained in:
commit
195684fc15
@ -453,4 +453,5 @@ add_framework(ImageKit
|
||||
Foundation
|
||||
AppKit
|
||||
QuartzCore
|
||||
ImageCaptureCore
|
||||
)
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#import <ImageCaptureCore/ImageCaptureCore.h>
|
||||
#import <ImageCaptureCore/ICCameraFile.h>
|
||||
|
||||
@interface ICCameraFile (IK)
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#import <ImageCaptureCore/ImageCaptureCore.h>
|
||||
#import <ImageCaptureCore/ICDevice.h>
|
||||
|
||||
@interface ICDevice (IKDeviceBrowserViewExtension)
|
||||
|
||||
|
@ -93,4 +93,5 @@ add_framework(CoreSimulator
|
||||
system
|
||||
objc
|
||||
Foundation
|
||||
AppKit
|
||||
)
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
#import <AppKit/NSPasteboardItem.h>
|
||||
|
||||
@interface NSPasteboardItem (SimPasteboardItem)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user