forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
318 B
Mathematica
10 lines
318 B
Mathematica
--- 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
|