From 49a89366504f1f767ebaa5f64ee17f9d44ddafd6 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 15 Jul 2004 10:54:48 +0000 Subject: [PATCH] std added --- wrap/io_trimesh/export_ply.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 59988e1b..3bac072b 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2004/05/28 14:11:13 ganovelli +changes to comply io_mask moving in vcg::ply namesp + Revision 1.5 2004/05/12 14:43:36 cignoni removed warning of unused variables @@ -330,7 +333,7 @@ static bool Save(SaveMeshType &m, const char * filename, bool binary, PlyInfo & int j; - vector FlagV; +std::vector FlagV; VertexPointer vp; VertexIterator vi; for(j=0,vi=m.vert.begin();vi!=m.vert.end();++vi)