added include to trimesh/base.h

This commit is contained in:
ganovelli 2010-03-19 17:00:45 +00:00
parent a201459a30
commit 5ce2c677f5
1 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@
#include<algorithm>
#include<time.h>
#include<math.h>
#include<vcg/complex/trimesh/base.h>
namespace vcg{
@ -339,7 +340,7 @@ void ClearHeap()
///of local modification.
template <class LocalModificationType> void Init()
{
m.InitVertexIMark();
vcg::tri::InitVertexIMark(m);
// The expected size of heap depends on the type of the local modification we are using..
HeapSimplexRatio = LocalModificationType::HeapSimplexRatio();