Index: src/OFMutableURL.m ================================================================== --- src/OFMutableURL.m +++ src/OFMutableURL.m @@ -17,10 +17,11 @@ #include "config.h" #import "OFMutableURL.h" #import "OFArray.h" +#import "OFDictionary.h" #ifdef OF_HAVE_FILES # import "OFFileManager.h" #endif #import "OFNumber.h" #import "OFString.h" Index: src/OFURL.m ================================================================== --- src/OFURL.m +++ src/OFURL.m @@ -20,10 +20,11 @@ #include #include #import "OFURL.h" #import "OFArray.h" +#import "OFDictionary.h" #import "OFNumber.h" #import "OFString.h" #import "OFXMLElement.h" #ifdef OF_HAVE_FILES