thorvg: Fix MinGW build by adding explicit `<cstring>` include

Fixes #59044.
This commit is contained in:
Rémi Verschelde 2022-03-16 15:33:21 +01:00
parent 9d732aa0cf
commit 3a305d31f0
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}
}
}
}