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>2016-02-11 12:06:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-11 12:06:13 +0300
commitcbdc72fb355cacd32c1542f11d15d57b11fd2c87 (patch)
treed20d84216a90b51e0617a7aba10532c6a93857ab /source/blender/modifiers
parent932cfb98e7838ac5f78e548ab89be200c48f6006 (diff)
correct error in last commit
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c
index fbd8b79c079..1fcf4c5ec79 100644
--- a/source/blender/modifiers/intern/MOD_boolean.c
+++ b/source/blender/modifiers/intern/MOD_boolean.c
@@ -43,6 +43,7 @@
#include "DNA_object_types.h"
#include "BLI_utildefines.h"
+#include "BLI_math_matrix.h"
#include "BKE_cdderivedmesh.h"
#include "BKE_library_query.h"
@@ -53,6 +54,7 @@
#include "MOD_boolean_util.h"
#include "MOD_util.h"
+
#ifdef USE_BMESH
#include "BLI_alloca.h"
#include "BLI_math_geom.h"