From 8fdf56d4a4e99a55a4a4a61a6d06d35d9c194777 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 30 Oct 2009 23:56:56 +0000 Subject: [PATCH] added include to wrap/callback.h --- wrap/io_trimesh/import_vmi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;