@@ -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 storing, accessing and comparing dates. */ -@interface OFDate: OFObject +@interface OFDate: OFObject { int64_t seconds; uint32_t microseconds; }