Merge pull request #760 from cxd4/unresolved-alloca
[Common] #include <malloc.h> to fix undeclared `alloca`
This commit is contained in:
commit
9d59d36338
|
@ -1,4 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include <malloc.h>
|
||||
#include <algorithm>
|
||||
|
||||
stdstr::stdstr()
|
||||
|
|
Loading…
Reference in New Issue