From 6832cd0e16694202a6896d3298752825f9205742 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 21 Sep 2011 15:34:08 -0500 Subject: [PATCH] Adding #import for Foundation to AFJSONRequestOperation --- AFNetworking/AFJSONRequestOperation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AFNetworking/AFJSONRequestOperation.h b/AFNetworking/AFJSONRequestOperation.h index 19e5e90..bd89943 100644 --- a/AFNetworking/AFJSONRequestOperation.h +++ b/AFNetworking/AFJSONRequestOperation.h @@ -20,6 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. +#import #import "AFHTTPRequestOperation.h" @interface AFJSONRequestOperation : AFHTTPRequestOperation