Merge pull request #59197 from akien-mga/mingw-thorvg-missing-cstring

This commit is contained in:
Rémi Verschelde 2022-03-16 17:11:54 +01:00 committed by GitHub
commit 7e556178a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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