[Bf-blender-cvs] [cbdc72f] master: correct error in last commit

Campbell Barton noreply at git.blender.org
Thu Feb 11 10:13:58 CET 2016


Commit: cbdc72fb355cacd32c1542f11d15d57b11fd2c87
Author: Campbell Barton
Date:   Thu Feb 11 20:06:13 2016 +1100
Branches: master
https://developer.blender.org/rBcbdc72fb355cacd32c1542f11d15d57b11fd2c87

correct error in last commit

===================================================================

M	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 fbd8b79..1fcf4c5 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"




More information about the Bf-blender-cvs mailing list