diff options
Diffstat (limited to 'test/Modules/Inputs/category_right.h')
-rw-r--r-- | test/Modules/Inputs/category_right.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/Inputs/category_right.h b/test/Modules/Inputs/category_right.h index 3c83624c76165..d8dedf888d15a 100644 --- a/test/Modules/Inputs/category_right.h +++ b/test/Modules/Inputs/category_right.h @@ -1,4 +1,5 @@ @import category_top; +#import "category_right_sub.h" @interface Foo(Right1) -(void)right1; |