aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2019-02-04 16:54:14 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2019-02-04 17:07:22 -0500
commitac915f8a468cd8602108d24d0191d43fac93d604 (patch)
tree5e2a430e7da50fd5fea171a6ab3bdd77a55a26bc
parente1184ffbeaac929b66ff1c3184871dfb4f240923 (diff)
Import Foundation so the header is self standing.
-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, ...) {