aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>