From a0fada6f184da274ad03c5c999270913f4a6d592 Mon Sep 17 00:00:00 2001 From: Shaul Kedem Date: Sat, 14 Feb 2009 21:31:34 +0000 Subject: added error reporting to edit mesh --- source/blender/editors/mesh/editmesh_lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/editmesh_lib.c') diff --git a/source/blender/editors/mesh/editmesh_lib.c b/source/blender/editors/mesh/editmesh_lib.c index 738cdd7a77f..83613987b6f 100644 --- a/source/blender/editors/mesh/editmesh_lib.c +++ b/source/blender/editors/mesh/editmesh_lib.c @@ -44,6 +44,7 @@ editmesh_lib: generic (no UI, no menus) operations/evaluators for editmesh data #include "DNA_modifier_types.h" #include "DNA_object_types.h" #include "DNA_scene_types.h" +#include "DNA_windowmanager_types.h" #include "BLI_blenlib.h" #include "BLI_arithb.h" -- cgit v1.2.3