extra includes necessary for compilation of meshlab on AMD 64 with gcc 3.4.5

This commit is contained in:
Paolo Cignoni 2006-03-29 09:25:49 +00:00
parent 2a7eef61f2
commit 462fa9effe
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.12 2006/01/12 13:12:54 callieri
in FileWrite, added file closing after finishing
Revision 1.11 2005/09/16 11:51:23 cignoni
removed signed/unsigned warning
@ -67,6 +70,7 @@ Initial Release
#include <vector>
#include <algorithm>
#include <assert.h>
#include <string>
namespace vcg {
/**

View File

@ -25,6 +25,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.3 2006/03/07 13:20:40 cignoni
changed include of io_material
Revision 1.2 2006/02/17 23:53:36 fmazzant
added relative Path of the Lib3ds library
@ -119,6 +122,7 @@
#ifndef __VCGLIB_EXPORT_3DS
#define __VCGLIB_EXPORT_3DS
#include <map>
#include <wrap/callback.h>
#include <vcg/complex/trimesh/allocate.h>
#include <wrap/io_trimesh/io_mask.h>