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-07-28 14:38:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-28 14:38:25 +0400
commit4982f200fadd15bb733128ae03ed737549e2657c (patch)
treec2756d5ea66603f34c3e1fb547bb008a4278d57e /source/blender/blenkernel/intern/mesh.c
parent72f29170325e6c01afb667be209ea5939b445551 (diff)
move alloca define into its own header since its not related to BLI_array
Diffstat (limited to 'source/blender/blenkernel/intern/mesh.c')
-rw-r--r--source/blender/blenkernel/intern/mesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index 439965420f7..095957b40d5 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -51,6 +51,7 @@
#include "BLI_bitmap.h"
#include "BLI_scanfill.h"
#include "BLI_array.h"
+#include "BLI_alloca.h"
#include "BKE_animsys.h"
#include "BKE_main.h"