@@ -25,11 +25,11 @@ #include #import "OFObject.h" #import "OFSerialization.h" #import "OFJSONRepresentation.h" -#import "OFBinaryPackRepresentation.h" +#import "OFMessagePackRepresentation.h" /*! @file */ @class OFConstantString; @@ -84,11 +84,11 @@ /*! * @brief A class for handling strings. */ @interface OFString: OFObject + OFSerialization, OFJSONRepresentation, OFMessagePackRepresentation> #ifdef OF_HAVE_PROPERTIES @property (readonly) size_t length; #endif /*!