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>2014-06-24 18:01:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-24 18:01:33 +0400
commitc5ccbacdaac7c5b2db0bc18c1ed514fd01d7d76d (patch)
tree9cb7f2d056c030af38db0bcda3be6fb4bec49eb3 /source/blender/bmesh/operators/bmo_subdivide_edgering.c
parentd19d1b549746238c4c1a694a8d3781a1fd0cf49d (diff)
move STACK_* macros into BLI_stackdefines.h
Diffstat (limited to 'source/blender/bmesh/operators/bmo_subdivide_edgering.c')
-rw-r--r--source/blender/bmesh/operators/bmo_subdivide_edgering.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/operators/bmo_subdivide_edgering.c b/source/blender/bmesh/operators/bmo_subdivide_edgering.c
index 182bf0518ef..ae1ff5a7389 100644
--- a/source/blender/bmesh/operators/bmo_subdivide_edgering.c
+++ b/source/blender/bmesh/operators/bmo_subdivide_edgering.c
@@ -40,6 +40,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
+#include "BLI_stackdefines.h"
#include "BLI_alloca.h"
#include "BLI_math.h"
#include "BLI_listbase.h"