steve918
Committed by Ben Copsey

adding Foundation to headers so that the compile in static library

Signed-off-by: Ben Copsey <ben@allseeing-i.com>
@@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
6 // Copyright 2008-2009 All-Seeing Interactive. All rights reserved. 6 // Copyright 2008-2009 All-Seeing Interactive. All rights reserved.
7 // 7 //
8 8
  9 +#import <Foundation/Foundation.h>
9 #import "ASIHTTPRequest.h" 10 #import "ASIHTTPRequest.h"
10 11
11 @interface ASIFormDataRequest : ASIHTTPRequest { 12 @interface ASIFormDataRequest : ASIHTTPRequest {