[Common] #include <malloc.h> to fix undeclared `alloca`
This commit is contained in:
parent
a0ac5d6d33
commit
c5114d820c
|
@ -1,4 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include <malloc.h>
|
||||
#include <algorithm>
|
||||
|
||||
stdstr::stdstr()
|
||||
|
|
Loading…
Reference in New Issue