Add alloca include for MSVC

This commit is contained in:
Campbell Barton 2013-12-05 03:44:51 +11:00
parent 67134a7bf6
commit c2a518461c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BLI_alloca.h"
#include "BLI_linklist_stack.h"
#include "BLF_translation.h"