include added

This commit is contained in:
ganovelli 2008-01-19 17:43:49 +00:00
parent 04d307db0e
commit f7e63772a2
1 changed files with 5 additions and 0 deletions

View File

@ -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 <limits>
#include <math.h>
#include <vcg/space/color4.h>
namespace vcg {
namespace tri {
/** \addtogroup trimesh */