@@ -18,10 +18,11 @@ #include #include #import "OFObject.h" #import "OFSerialization.h" +#import "OFJSON.h" #import "macros.h" @class OFConstantString; @@ -71,11 +72,11 @@ * for a constant string and get initialized on the first message! Therefore, * you should use the corresponding methods to get the ivars, which ensures the * constant string is initialized. */ @interface OFString: OFObject + OFSerialization, OFJSON> #ifdef OF_HAVE_PROPERTIES @property (readonly) size_t length; #endif /**