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>2012-01-17 22:11:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-17 22:11:17 +0400
commit9be40c026df54fee796c4073ebd4734c55ed5807 (patch)
tree182c246dd51262b1e614ca8fda405398bd432774 /source/blender
parent47b9f5d8f83e330342fd22c5b56b2623bde06d8c (diff)
missing header in previous commit
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/mesh/loopcut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/loopcut.c b/source/blender/editors/mesh/loopcut.c
index 3205a1032f5..62711249a4f 100644
--- a/source/blender/editors/mesh/loopcut.c
+++ b/source/blender/editors/mesh/loopcut.c
@@ -48,6 +48,7 @@
#include "BLI_array.h"
#include "BLI_blenlib.h"
+#include "BLI_math.h"
#include "BLI_dynstr.h" /*for WM_operator_pystring */
#include "BLI_editVert.h"
#include "BLI_utildefines.h"