Explicitly #import <Foundation/Foundation.h> instead of assuming it has already been imported.
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -6,6 +6,8 @@ | @@ -6,6 +6,8 @@ | ||
6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. | 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. |
7 | // | 7 | // |
8 | 8 | ||
9 | +#import <Foundation/Foundation.h> | ||
10 | + | ||
9 | #if TARGET_OS_IPHONE | 11 | #if TARGET_OS_IPHONE |
10 | 12 | ||
11 | #import <UIKit/UIKit.h> | 13 | #import <UIKit/UIKit.h> |
-
Please register or login to post a comment