steve918
Committed by Ben Copsey

adding Foundation header import to header files so that they compile properly in…

…side a static library.

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