@@ -13,17 +13,18 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFObject.h" +#import "OFSerialization.h" @class OFString; /** * \brief A class for parsing URLs and accessing parts of it. */ -@interface OFURL: OFObject +@interface OFURL: OFObject { OFString *scheme; OFString *host; uint16_t port; OFString *user;