Index: src/OFGZIPURIHandler.m ================================================================== --- src/OFGZIPURIHandler.m +++ src/OFGZIPURIHandler.m @@ -14,12 +14,13 @@ */ #include "config.h" #import "OFGZIPURIHandler.h" -#import "OFURI.h" #import "OFGZIPStream.h" +#import "OFStream.h" +#import "OFURI.h" #import "OFInvalidArgumentException.h" @implementation OFGZIPURIHandler - (OFStream *)openItemAtURI: (OFURI *)URI mode: (OFString *)mode Index: src/OFZIPURIHandler.m ================================================================== --- src/OFZIPURIHandler.m +++ src/OFZIPURIHandler.m @@ -14,10 +14,11 @@ */ #include "config.h" #import "OFZIPURIHandler.h" +#import "OFStream.h" #import "OFURI.h" #import "OFZIPArchive.h" #import "OFInvalidArgumentException.h"