[Bf-blender-cvs] [c2a5184] master: Add alloca include for MSVC

Campbell Barton noreply at git.blender.org
Wed Dec 4 17:45:51 CET 2013


Commit: c2a518461c3673b32ac61970c34a5e458ebd4e1b
Author: Campbell Barton
Date:   Thu Dec 5 03:44:51 2013 +1100
http://developer.blender.org/rBc2a518461c3673b32ac61970c34a5e458ebd4e1b

Add alloca include for MSVC

===================================================================

M	source/blender/editors/screen/area.c

===================================================================

diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 29127af..701abab 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"




More information about the Bf-blender-cvs mailing list