diff options
Diffstat (limited to 'DebugUtils')
-rw-r--r-- | DebugUtils/GTMDebugSelectorValidation.h | 1 |
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, ...) { |