[Bf-blender-cvs] [2491dc7] master: Compile Fix: BKE_mesh.h is needed for the BKE_MESH_OMP_LIMIT define

Joshua Leung noreply at git.blender.org
Sat Nov 29 00:17:37 CET 2014


Commit: 2491dc702b82e56fdde64e836369f09b911c2191
Author: Joshua Leung
Date:   Sat Nov 29 12:17:24 2014 +1300
Branches: master
https://developer.blender.org/rB2491dc702b82e56fdde64e836369f09b911c2191

Compile Fix: BKE_mesh.h is needed for the BKE_MESH_OMP_LIMIT define

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

M	source/blender/modifiers/intern/MOD_build.c

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

diff --git a/source/blender/modifiers/intern/MOD_build.c b/source/blender/modifiers/intern/MOD_build.c
index 077bcaf..b9f5be4 100644
--- a/source/blender/modifiers/intern/MOD_build.c
+++ b/source/blender/modifiers/intern/MOD_build.c
@@ -43,6 +43,7 @@
 #include "DNA_meshdata_types.h"
 
 #include "BKE_cdderivedmesh.h"
+#include "BKE_mesh.h"
 #include "BKE_modifier.h"
 #include "BKE_particle.h"
 #include "BKE_scene.h"




More information about the Bf-blender-cvs mailing list