From d7ba0a9c6dad9db4a22d06c25646ae6df25ccd68 Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Sun, 6 Nov 2016 15:03:02 -0800 Subject: [PATCH] [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. --- AsyncDisplayKit/Layout/ASAbsoluteLayoutElement.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AsyncDisplayKit/Layout/ASAbsoluteLayoutElement.h b/AsyncDisplayKit/Layout/ASAbsoluteLayoutElement.h index 7b6d269259..8d97647132 100644 --- a/AsyncDisplayKit/Layout/ASAbsoluteLayoutElement.h +++ b/AsyncDisplayKit/Layout/ASAbsoluteLayoutElement.h @@ -8,6 +8,9 @@ // of patent rights can be found in the PATENTS file in the same directory. // +#import +#import + NS_ASSUME_NONNULL_BEGIN /**