From 82a897b53e0fd99985122e9ece3f61a99ca68ab3 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 31 Mar 2004 14:16:40 +0000 Subject: [PATCH] Data structure to handle temporary attributes. First version --- vcg/simplex/vertexplus/component_opt.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/simplex/vertexplus/component_opt.h b/vcg/simplex/vertexplus/component_opt.h index 64c76638..95ae3d2d 100644 --- a/vcg/simplex/vertexplus/component_opt.h +++ b/vcg/simplex/vertexplus/component_opt.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/03/31 13:15:28 cignoni +Added optional cpmponent + Revision 1.1 2004/03/31 12:46:53 cignoni First working version! @@ -32,8 +35,8 @@ First working version! #ifndef __VCG_VERTEX_PLUS_COMPONENT_OPT #define __VCG_VERTEX_PLUS_COMPONENT_OPT -#include -#include +#include +#include namespace vcg {