From 5ce2c677f5fac9cac463e46d396742620f8964ac Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 19 Mar 2010 17:00:45 +0000 Subject: [PATCH] added include to trimesh/base.h --- vcg/complex/local_optimization.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcg/complex/local_optimization.h b/vcg/complex/local_optimization.h index bcf1b6be..b695fbbd 100644 --- a/vcg/complex/local_optimization.h +++ b/vcg/complex/local_optimization.h @@ -95,6 +95,7 @@ #include #include #include +#include namespace vcg{ @@ -339,7 +340,7 @@ void ClearHeap() ///of local modification. template 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();