mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
fix compilation on Windows
This commit is contained in:
parent
8243b3a1f5
commit
5a85b40f6c
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <malloc.h>
|
#include <malloc.h>
|
||||||
#else
|
#else
|
||||||
# include <alloca.h>
|
#include <alloca.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "tvgXmlParser.h"
|
#include "tvgXmlParser.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue