added inclusion of tetra3.h

This commit is contained in:
ganovelli 2005-01-12 11:10:34 +00:00
parent 017714531b
commit 280f94069f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <vcg/simplex/tetrahedron/pos.h> #include <vcg/simplex/tetrahedron/pos.h>
#include <vcg/complex/tetramesh/allocate.h> #include <vcg/complex/tetramesh/allocate.h>
#include <vcg/complex/tetramesh/update/topology.h> #include <vcg/complex/tetramesh/update/topology.h>
#include <vcg/space/tetra3.h> #include <vcg/space/tetra.h>
namespace vcg{ namespace vcg{
namespace tetra{ namespace tetra{