diff options
-rw-r--r-- | science/paje/files/patch-NSArray+Additions.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/paje/files/patch-NSArray+Additions.m b/science/paje/files/patch-NSArray+Additions.m new file mode 100644 index 000000000000..f2946e66abb6 --- /dev/null +++ b/science/paje/files/patch-NSArray+Additions.m @@ -0,0 +1,10 @@ +--- General/NSArray+Additions.m.orig 2006-01-24 14:10:07.000000000 +0100 ++++ General/NSArray+Additions.m 2008-05-03 08:13:11.000000000 +0200 +@@ -19,6 +19,7 @@ + */ + + #include "NSArray+Additions.h" ++#include "Foundation/NSEnumerator.h" + #include "Macros.h" + + // Enumerator of objects in a range of indexes of an array |