Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-12-04 20:44:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-04 20:45:14 +0400
commitc2a518461c3673b32ac61970c34a5e458ebd4e1b (patch)
tree0a7b285f056faf3b941c1940669d56b1e46ae913 /source/blender
parent67134a7bf689279785e2e40b29cd24243813998b (diff)
Add alloca include for MSVC
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/screen/area.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 29127afef45..701abab804f 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -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"