File r729712.diff of Package koffice
------------------------------------------------------------------------ r729712 | mueller | 2007-10-26 19:51:55 +0200 (Fri, 26 Oct 2007) | 2 lines add #include <cstring> ------------------------------------------------------------------------ --- filters/kword/wordperfect/import/TextRunStyle.cxx +++ filters/kword/wordperfect/import/TextRunStyle.cxx @@ -37,6 +37,8 @@ #include <minmax.h> #endif +#include <cstring> + ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) : mpPropList(pPropList), mxTabStops(xTabStops),