From bb8cf89b8583f49069177f324e1c61305b1a1088 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 14 Sep 2006 08:46:00 +0000 Subject: [PATCH] added inclusion of sphere3 --- vcg/space/smallest_enclosing.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/smallest_enclosing.h b/vcg/space/smallest_enclosing.h index ebd21c1c..4a1dfedb 100644 --- a/vcg/space/smallest_enclosing.h +++ b/vcg/space/smallest_enclosing.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.3 2006/07/12 12:13:23 zifnab1974 +static keyword only in declaration not in implementation + Revision 1.2 2006/07/10 10:38:16 turini minor changes in SphereOfTetra() @@ -37,7 +40,7 @@ draft version. For the triangle is not tehe smallest enclosing sphere and for th #include #include - +#include #include namespace vcg{ /** \addtogroup space */