From f39eacf78995b6de4fb35b120d86a450cf9565b7 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Mon, 14 Mar 2016 11:27:20 -0700 Subject: [PATCH] Fix umbrella header `ASRunLoopQueue` was added in #1341 and declared as a public header. However, it was not added to the umbrella header. As-is, when consumers integrate `1.9.7`, the framework will not compile with the error: ``` Umbrella header for module 'AsyncDisplayKit' does not include header 'ASDisplayNode+Beta.h' ``` --- AsyncDisplayKit/AsyncDisplayKit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncDisplayKit/AsyncDisplayKit.h b/AsyncDisplayKit/AsyncDisplayKit.h index fc345706c3..8fbeec4771 100644 --- a/AsyncDisplayKit/AsyncDisplayKit.h +++ b/AsyncDisplayKit/AsyncDisplayKit.h @@ -74,5 +74,6 @@ #import #import #import +#import #import