mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +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 <cstring>
|
||||
#ifdef _WIN32
|
||||
# include <malloc.h>
|
||||
#include <malloc.h>
|
||||
#else
|
||||
# include <alloca.h>
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "tvgXmlParser.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue