Commit: a4dbb3bb88ae5e97a19402b39c663fa3d2ab7f34 Author: Campbell Barton Date: Mon Nov 10 13:48:27 2014 +0100 Branches: master https://developer.blender.org/rBa4dbb3bb88ae5e97a19402b39c663fa3d2ab7f34
Correct last commit =================================================================== M source/blender/editors/mesh/editmesh_utils.c =================================================================== diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c index 72d076d..807f603 100644 --- a/source/blender/editors/mesh/editmesh_utils.c +++ b/source/blender/editors/mesh/editmesh_utils.c @@ -33,9 +33,11 @@ #include "DNA_mesh_types.h" #include "DNA_object_types.h" +#include "DNA_key_types.h" #include "BLI_math.h" #include "BLI_alloca.h" +#include "BLI_listbase.h" #include "BKE_DerivedMesh.h" #include "BKE_context.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
