From 462fa9effe4a2e9758c028f72aeb1d80e786eae2 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 29 Mar 2006 09:25:49 +0000 Subject: [PATCH] extra includes necessary for compilation of meshlab on AMD 64 with gcc 3.4.5 --- vcg/math/histogram.h | 4 ++++ wrap/io_trimesh/export_3ds.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/vcg/math/histogram.h b/vcg/math/histogram.h index f84e38a0..c14bc304 100644 --- a/vcg/math/histogram.h +++ b/vcg/math/histogram.h @@ -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 #include #include +#include namespace vcg { /** diff --git a/wrap/io_trimesh/export_3ds.h b/wrap/io_trimesh/export_3ds.h index 3d512379..62ccac07 100644 --- a/wrap/io_trimesh/export_3ds.h +++ b/wrap/io_trimesh/export_3ds.h @@ -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 #include #include #include