From f7e63772a29b88dadc0e4e146b750d83df911c76 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Sat, 19 Jan 2008 17:43:49 +0000 Subject: [PATCH] include added --- vcg/complex/trimesh/update/color.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcg/complex/trimesh/update/color.h b/vcg/complex/trimesh/update/color.h index db441715..0dbcd301 100644 --- a/vcg/complex/trimesh/update/color.h +++ b/vcg/complex/trimesh/update/color.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.11 2007/05/04 16:34:31 ganovelli +changes to comply "plus" types + Revision 1.10 2006/05/21 07:00:01 cignoni Removed not working Equalized color (use funcs in stat.h) @@ -61,6 +64,8 @@ Changed name from plural to singular (normals->normal) #define __VCG_TRI_UPDATE_COLOR #include #include +#include + namespace vcg { namespace tri { /** \addtogroup trimesh */