@@ -13,17 +13,17 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFObject.h" +#import "OFXMLAttribute.h" @class OFString; @class OFArray; @class OFMutableString; @class OFMutableArray; @class OFMutableDictionary; -@class OFXMLAttribute; /** * \brief A class which stores an XML element. */ @interface OFXMLElement: OFObject