[Common] #include <malloc.h> to fix undeclared `alloca`

This commit is contained in:
unknown 2015-11-16 21:46:54 -05:00
parent a0ac5d6d33
commit c5114d820c
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()