[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32666] trunk/blender/source/blender/ editors/mesh/editmesh.c: fix for implicit declaration

Campbell Barton ideasman42 at gmail.com
Sat Oct 23 14:09:25 CEST 2010


Revision: 32666
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32666
Author:   campbellbarton
Date:     2010-10-23 14:09:24 +0200 (Sat, 23 Oct 2010)

Log Message:
-----------
fix for implicit declaration

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh.c	2010-10-23 11:11:56 UTC (rev 32665)
+++ trunk/blender/source/blender/editors/mesh/editmesh.c	2010-10-23 12:09:24 UTC (rev 32666)
@@ -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"





More information about the Bf-blender-cvs mailing list