diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
commit | e15eb67265e0a539b617852b39f321fc1fc09672 (patch) | |
tree | 5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /devel/performance | |
parent | 53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff) | |
download | ports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip |
Notes
Diffstat (limited to 'devel/performance')
-rw-r--r-- | devel/performance/files/patch-GSSkipMutableArray.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/performance/files/patch-GSSkipMutableArray.m b/devel/performance/files/patch-GSSkipMutableArray.m new file mode 100644 index 000000000000..be115b1af750 --- /dev/null +++ b/devel/performance/files/patch-GSSkipMutableArray.m @@ -0,0 +1,10 @@ +--- GSSkipMutableArray.m.orig 2006-11-12 08:30:09.000000000 +0100 ++++ GSSkipMutableArray.m 2008-05-03 09:01:46.000000000 +0200 +@@ -24,6 +24,7 @@ + #include <Foundation/NSException.h> + #include <Foundation/NSValue.h> + #include <Foundation/NSEnumerator.h> ++#include <Foundation/NSDictionary.h> + + #include "GSSkipMutableArray.h" + #include "GSIndexedSkipList.h" |