From 987d9df41846590748ad2dcd7c5a158bc051ae59 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 29 Oct 2009 17:22:34 +0000 Subject: [PATCH] added the inclusion of the component_ocf files for the type definitions --- wrap/io_trimesh/import_vmi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;