From 1bf422be2bb4945333a95bf4329e2a420ccec734 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Thu, 13 May 2004 07:41:47 +0000 Subject: [PATCH] Chenged #include in #include --- vcg/complex/tetramesh/base.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/tetramesh/base.h b/vcg/complex/tetramesh/base.h index b256851e..794507c6 100644 --- a/vcg/complex/tetramesh/base.h +++ b/vcg/complex/tetramesh/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.3 2004/05/06 10:57:49 pietroni +changed names to topology functions + Revision 1.2 2004/04/28 11:37:14 pietroni *** empty log message *** @@ -42,7 +45,7 @@ Revision 1.1 2004/04/15 08:54:20 pietroni #ifndef __VCG_TETRAMESH #define __VCG_TETRAMESH -#include +#include namespace vcg {