From ba93b107a8bd92ffaed6e086bcadb1efe19ab736 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sun, 22 Oct 1995 17:59:25 +0000 Subject: [PATCH] Fix typo: include Foundation/NSException.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@631 72102866-910b-0410-8b05-ffd578937521 --- Source/NSArray.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSArray.m b/Source/NSArray.m index 5ad11eeb1..1b44aad8b 100644 --- a/Source/NSArray.m +++ b/Source/NSArray.m @@ -27,6 +27,7 @@ #include #include #include +#include @interface NSArrayEnumerator : NSEnumerator {