diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 2609ae37..550f42b1 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -27,6 +27,7 @@ #include #include #include +#include namespace vcg { @@ -455,7 +456,7 @@ namespace vcg vcg::glu_tesselator::tesselate(loopVect, indexTriangulatedVect); #else //qDebug("Warning: using fan tessellation for a polygon of %i vertices",vertexesPerFace); - InternalFanTessellator(loopVect, indexTriangulatedVect); + ImporterOBJ::InternalFanTessellator(loopVect, indexTriangulatedVect); #endif for (int j=0; j