From 5c97fd3dc3ec63b4ba2853bf6308d4a40076d25f Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 20 Nov 2007 09:43:53 +0000 Subject: [PATCH] added missing include to color4 --- vcg/simplex/faceplus/component.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/simplex/faceplus/component.h b/vcg/simplex/faceplus/component.h index 074f5412..3d45f29e 100644 --- a/vcg/simplex/faceplus/component.h +++ b/vcg/simplex/faceplus/component.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.17 2007/05/04 16:16:04 ganovelli +added include to texcoor2 + Revision 1.16 2007/03/12 15:42:11 tarini Texture coord name change! "TCoord" and "Texture" are BAD. "TexCoord" is GOOD. @@ -82,6 +85,7 @@ First Really Working version #include #include #include +#include namespace vcg { namespace face {