Merge pull request #59197 from akien-mga/mingw-thorvg-missing-cstring
This commit is contained in:
commit
7e556178a5
1 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "tvgSvgCssStyle.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
/************************************************************************/
|
||||
/* Internal Class Implementation */
|
||||
/************************************************************************/
|
||||
|
|
@ -183,4 +185,4 @@ void cssApplyStyleToPostponeds(Array<SvgNodeIdPair>& postponeds, SvgNode* style)
|
|||
cssCopyStyleAttr(nodeIdPair.node, cssNode);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue