From 08bd299ad2cd5bc2e9de63abad2b47137c8fccc9 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sat, 3 Apr 2004 13:30:01 +0000 Subject: [PATCH] missing include allocate.h --- wrap/io_trimesh/import_ply.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_ply.h b/wrap/io_trimesh/import_ply.h index 5387da0b..0f0d9405 100644 --- a/wrap/io_trimesh/import_ply.h +++ b/wrap/io_trimesh/import_ply.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/03/09 21:26:47 cignoni +cr lf mismatch + Revision 1.1 2004/03/03 15:00:51 cignoni Initial commit @@ -33,6 +36,8 @@ Initial commit #include #include #include +#include + namespace vcg { @@ -585,7 +590,7 @@ static int Open( OpenMeshType &m, const char * filename, PlyInfo &pi ) return -1; } int remainder=0; - int startface=m.face.size(); + //int startface=m.face.size(); for(k=0;k