Merge pull request #760 from cxd4/unresolved-alloca

[Common] #include <malloc.h> to fix undeclared `alloca`
This commit is contained in:
zilmar 2015-11-17 14:18:25 +11:00
commit 9d59d36338
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "stdafx.h"
#include <malloc.h>
#include <algorithm>
stdstr::stdstr()