Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit d7ba0a9

Browse files
committed
[Build] Add imports that are necessary for clang to parse header files after compilation.
This allows the objc-diff tool (which creates API diffs) to run successfully.
1 parent 7a373ac commit d7ba0a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AsyncDisplayKit/Layout/ASAbsoluteLayoutElement.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// of patent rights can be found in the PATENTS file in the same directory.
99
//
1010

11+
#import <AsyncDisplayKit/ASBaseDefines.h>
12+
#import <AsyncDisplayKit/ASDimension.h>
13+
1114
NS_ASSUME_NONNULL_BEGIN
1215

1316
/**

0 commit comments

Comments
 (0)