Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-23 16:09:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-23 16:09:24 +0400
commit6669c0ad5bac6ce8f1cde4282023d7c448032727 (patch)
treeb2f83123ac19599a02e4d9438104bf7ad6124b9e
parent06385cfc9d8e69a31afde0e25e7acdf9bcf268dd (diff)
fix for implicit declaration
-rw-r--r--source/blender/editors/mesh/editmesh.c1
1 files changed, 1 insertions, 0 deletions
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"