From cea8cb91ba371d7f02c26c4cd03267bee018ad62 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 29 Nov 2010 16:00:23 +0000 Subject: [Author: altse] Add include for objc/message.h as objc/runtime on the iOS SDK doesn't include it so objc_msgSend symbol is not explicitly included. R=thomasvl DELTA=1 (1 added, 0 deleted, 0 changed) --- Foundation/GTMObjC2Runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Foundation/GTMObjC2Runtime.h') diff --git a/Foundation/GTMObjC2Runtime.h b/Foundation/GTMObjC2Runtime.h index fd663c8..ed4b122 100644 --- a/Foundation/GTMObjC2Runtime.h +++ b/Foundation/GTMObjC2Runtime.h @@ -42,6 +42,7 @@ // // The |Object| class was removed in the iPhone2.0 SDK too. #if GTM_IPHONE_SDK +#import #import #else #import -- cgit v1.2.3