build: Add another <cstring> include for MinGW compatibility

This commit is contained in:
Rémi Verschelde 2022-03-16 15:28:53 +01:00 committed by Hermet Park
parent 5122792ee5
commit bc5c29dd69

View file

@ -22,6 +22,8 @@
#include "tvgSvgCssStyle.h" #include "tvgSvgCssStyle.h"
#include <cstring>
/************************************************************************/ /************************************************************************/
/* Internal Class Implementation */ /* Internal Class Implementation */
/************************************************************************/ /************************************************************************/
@ -183,4 +185,4 @@ void cssApplyStyleToPostponeds(Array<SvgNodeIdPair>& postponeds, SvgNode* style)
cssCopyStyleAttr(nodeIdPair.node, cssNode); cssCopyStyleAttr(nodeIdPair.node, cssNode);
} }
} }
} }