Skip to content

Commit

Permalink
Merge pull request #1515 from darlinghq/ubuntu_older_clang_build_fix
Browse files Browse the repository at this point in the history
Fix Building Darling With Older Version Of Clang
  • Loading branch information
CuriousTommy authored May 20, 2024
2 parents 327488e + f542b59 commit 195684f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/frameworks/Quartz/ImageKit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,5 @@ add_framework(ImageKit
Foundation
AppKit
QuartzCore
ImageCaptureCore
)
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#include <Foundation/Foundation.h>
#import <ImageCaptureCore/ImageCaptureCore.h>
#import <ImageCaptureCore/ICCameraFile.h>

@interface ICCameraFile (IK)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#include <Foundation/Foundation.h>
#import <ImageCaptureCore/ImageCaptureCore.h>
#import <ImageCaptureCore/ICDevice.h>

@interface ICDevice (IKDeviceBrowserViewExtension)

Expand Down
1 change: 1 addition & 0 deletions src/private-frameworks/CoreSimulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ add_framework(CoreSimulator
system
objc
Foundation
AppKit
)
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#include <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import <AppKit/NSPasteboardItem.h>

@interface NSPasteboardItem (SimPasteboardItem)

Expand Down

0 comments on commit 195684f

Please sign in to comment.