added include to wrap/callback.h

This commit is contained in:
ganovelli 2009-10-30 23:56:56 +00:00
parent 1ea77adee6
commit 8fdf56d4a4
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
#include <vcg/simplex/vertex/component_ocf.h> #include <vcg/simplex/vertex/component_ocf.h>
#include <vcg/simplex/face/component_ocf.h> #include <vcg/simplex/face/component_ocf.h>
#include <wrap/io_trimesh/io_mask.h> #include <wrap/io_trimesh/io_mask.h>
#include <wrap/callback.h>
/* /*
VMI VCG Mesh Image. VMI VCG Mesh Image.
The vmi image file consists of a header containing the description of the vertex and face type, 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; 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::VertexType VertexType;
typedef typename OpenMeshType::FaceType FaceType; typedef typename OpenMeshType::FaceType FaceType;