aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMObjC2Runtime.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-11-29 16:00:23 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-11-29 16:00:23 +0000
commitcea8cb91ba371d7f02c26c4cd03267bee018ad62 (patch)
treecf23c2be90b2d83d921b945045564dd1631f843f /Foundation/GTMObjC2Runtime.h
parent0dbbef56964ff39968225f3a1739da6c5baa9eb3 (diff)
[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)
Diffstat (limited to 'Foundation/GTMObjC2Runtime.h')
-rw-r--r--Foundation/GTMObjC2Runtime.h1
1 files changed, 1 insertions, 0 deletions
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 <objc/message.h>
#import <objc/runtime.h>
#else
#import <objc/objc-runtime.h>