From ac915f8a468cd8602108d24d0191d43fac93d604 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 4 Feb 2019 16:54:14 -0500 Subject: Import Foundation so the header is self standing. --- DebugUtils/GTMDebugSelectorValidation.h | 1 + 1 file changed, 1 insertion(+) 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 +#import #import "GTMDefines.h" static void GTMAssertSelectorNilOrImplementedWithReturnTypeAndArguments(id obj, SEL sel, const char *retType, ...) { -- cgit v1.2.3