diff --git a/wrap/io_trimesh/import_vmi.h b/wrap/io_trimesh/import_vmi.h index a8aa1186..ff0baae8 100644 --- a/wrap/io_trimesh/import_vmi.h +++ b/wrap/io_trimesh/import_vmi.h @@ -38,6 +38,7 @@ #include #include #include +#include /* VMI VCG Mesh Image. The vmi image file consists of a header containing the description of the vertex and face type, @@ -615,7 +616,7 @@ namespace io { return true; } - static int Open(OpenMeshType &m, const char * filename, int & mask, CallBackPos * cb = 0 ){ + static int Open(OpenMeshType &m, const char * filename, int & mask,CallBackPos * cb = 0 ){ typedef typename OpenMeshType::VertexType VertexType; typedef typename OpenMeshType::FaceType FaceType;