thorvg: Fix missing <cstring> includes for MinGW

Fixes #56894.
This commit is contained in:
Rémi Verschelde 2022-01-18 12:31:05 +01:00
parent 567b600362
commit cb7f28ad95
No known key found for this signature in database
GPG key ID: C3336907360768E1
8 changed files with 82 additions and 0 deletions

View file

@ -20,6 +20,7 @@
* SOFTWARE.
*/
#include <cstring>
#include <math.h>
#include <memory.h>
#include "tvgSvgUtil.h"