added include to sphere3.h for SmallestEnclosingSphere()

This commit is contained in:
Paolo Cignoni 2006-07-10 10:36:44 +00:00
parent ffc18db244
commit eae0930e15
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.15 2006/07/06 12:46:19 ganovelli
added GeometicType e SmallestEnclosingSphere
Revision 1.14 2005/12/12 11:10:36 ganovelli Revision 1.14 2005/12/12 11:10:36 ganovelli
modifications to compile with gcc modifications to compile with gcc
@ -76,6 +79,7 @@ Revision 1.1 2004/04/15 08:54:20 pietroni
#include<vcg/space/point3.h> #include<vcg/space/point3.h>
#include<vcg/space/tetra3.h> #include<vcg/space/tetra3.h>
#include<vcg/space/sphere3.h>
namespace vcg { namespace vcg {
/** /**