#include namespace xlnt { struct drawing_struct { drawing_struct() { } }; drawing::drawing() : root_(nullptr) { } } // namespace xlnt