From d11fc2356dc8d6d07e0dfd0fdf3ef3f8612c029a Mon Sep 17 00:00:00 2001 From: cignoni Date: Sat, 3 Apr 2004 13:33:55 +0000 Subject: [PATCH] Missing include --- vcg/simplex/vertexplus/base.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/simplex/vertexplus/base.h b/vcg/simplex/vertexplus/base.h index 7d712296..937d02d5 100644 --- a/vcg/simplex/vertexplus/base.h +++ b/vcg/simplex/vertexplus/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/03/29 08:36:26 cignoni +First working version! + ****************************************************************************/ #ifndef __VCG_VERTEX_PLUS @@ -31,6 +34,7 @@ $Log: not supported by cvs2svn $ #include #include +#include #include namespace vcg {