aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DebugUtils/GTMDebugSelectorValidation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DebugUtils/GTMDebugSelectorValidation.h b/DebugUtils/GTMDebugSelectorValidation.h
index c90caeb..0c4c4da 100644
--- a/DebugUtils/GTMDebugSelectorValidation.h
+++ b/DebugUtils/GTMDebugSelectorValidation.h
@@ -31,6 +31,7 @@
#if DEBUG
#import <stdarg.h>
+#import <Foundation/Foundation.h>
#import "GTMDefines.h"
static void GTMAssertSelectorNilOrImplementedWithReturnTypeAndArguments(id obj, SEL sel, const char *retType, ...) {