Index: src/OFDictionary.m ================================================================== --- src/OFDictionary.m +++ src/OFDictionary.m @@ -12,12 +12,16 @@ #import "config.h" #include #import "OFDictionary.h" +#import "OFIterator.h" #import "OFExceptions.h" +/* Reference for static linking */ +void _reference_to_OFIterator_in_OFDictionary() { [OFIterator class]; } + @implementation OFDictionary + dictionary; { return [[[OFDictionary alloc] init] autorelease]; }