diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 13:49:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 13:49:19 +0000 |
commit | 0bc90c5bf91d969ae05bb2269c9872d36609cc20 (patch) | |
tree | 13ccb6598f5b07e06141399b476d38f8bf6b6828 /science | |
parent | e52b1d9bf03d1cbab482319ac0ac064919732e3b (diff) |
Notes
Diffstat (limited to 'science')
-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 |