From 522f0025c79e9f310a1b450eec4ddd7244d19f14 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 12 May 2004 12:50:20 +0000 Subject: [PATCH] include color4 --- vcg/simplex/face/base.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/simplex/face/base.h b/vcg/simplex/face/base.h index 221715d2..bca16c10 100644 --- a/vcg/simplex/face/base.h +++ b/vcg/simplex/face/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2004/05/10 14:01:09 ganovelli +assert(i*0) for using "i" and preventing the compiler warning for unreferenced variable + Revision 1.9 2004/05/10 13:19:38 cignoni Added mandatory template params for edge and face class names to the face class Changed type of return face pointer to the one passed by templ params @@ -60,6 +63,7 @@ First commit... #include #include #include +#include #include #include