mirror of https://github.com/axmolengine/axmol.git
Windows will not include <alloca.h>.
This commit is contained in:
parent
d9b4b70ed7
commit
8ca714fa67
|
@ -22,6 +22,10 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "chipmunk_private.h"
|
||||
|
||||
#if DEBUG && 0
|
||||
|
|
Loading…
Reference in New Issue