Committed by
Ben Copsey
adding foundation to ASIHTTPRequest.h
Signed-off-by: Ben Copsey <ben@allseeing-i.com>
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | // Portions are based on the ImageClient example from Apple: | 10 | // Portions are based on the ImageClient example from Apple: |
11 | // See: http://developer.apple.com/samplecode/ImageClient/listing37.html | 11 | // See: http://developer.apple.com/samplecode/ImageClient/listing37.html |
12 | 12 | ||
13 | - | 13 | +#import <Foundation/Foundation.h> |
14 | // Dammit, importing frameworks when you are targetting two platforms is a PITA | 14 | // Dammit, importing frameworks when you are targetting two platforms is a PITA |
15 | #if TARGET_OS_IPHONE | 15 | #if TARGET_OS_IPHONE |
16 | #import <CFNetwork/CFNetwork.h> | 16 | #import <CFNetwork/CFNetwork.h> |
-
Please register or login to post a comment