From 6669c0ad5bac6ce8f1cde4282023d7c448032727 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 23 Oct 2010 12:09:24 +0000 Subject: fix for implicit declaration --- source/blender/editors/mesh/editmesh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/editors/mesh/editmesh.c b/source/blender/editors/mesh/editmesh.c index a74a136ae66..6665e82af19 100644 --- a/source/blender/editors/mesh/editmesh.c +++ b/source/blender/editors/mesh/editmesh.c @@ -53,6 +53,7 @@ #include "BKE_material.h" #include "BKE_mesh.h" #include "BKE_paint.h" +#include "BKE_report.h" #include "ED_mesh.h" #include "ED_object.h" -- cgit v1.2.3