From a4dbb3bb88ae5e97a19402b39c663fa3d2ab7f34 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Nov 2014 13:48:27 +0100 Subject: Correct last commit --- source/blender/editors/mesh/editmesh_utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors') diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c index 72d076dc3d6..807f603b7bb 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" -- cgit v1.2.3