From cbdc72fb355cacd32c1542f11d15d57b11fd2c87 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 11 Feb 2016 20:06:13 +1100 Subject: correct error in last commit --- source/blender/modifiers/intern/MOD_boolean.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/modifiers/intern/MOD_boolean.c') 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" -- cgit v1.2.3