diff --git a/wrap/io_trimesh/import_vmi.h b/wrap/io_trimesh/import_vmi.h index 60e9e9b5..0f033f23 100644 --- a/wrap/io_trimesh/import_vmi.h +++ b/wrap/io_trimesh/import_vmi.h @@ -34,7 +34,8 @@ #ifndef __VCGLIB_IMPORT_VMI #define __VCGLIB_IMPORT_VMI - +#include +#include /* VMI VCG Mesh Image. The vmi image file consists of a header containing the description of the vertex and face type, @@ -465,7 +466,7 @@ namespace io { - static bool Open(OpenMeshType &m,char * filename){ + static bool Open(OpenMeshType &m, const char * filename, int &/*mask*/, CallBackPos *cb=0){ typedef typename OpenMeshType::VertexType VertexType; typedef typename OpenMeshType::FaceType FaceType;