From c272706c18408865c49ec73ce3660b1d3bade506 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 14 Mar 2005 09:23:40 +0000 Subject: [PATCH] Added missing include --- vcg/math/histogram.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcg/math/histogram.h b/vcg/math/histogram.h index f8fb8378..585a766c 100644 --- a/vcg/math/histogram.h +++ b/vcg/math/histogram.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/08/25 15:15:26 ganovelli +minor changes to comply gcc compiler (typename's and stuff) + Revision 1.1 2004/06/24 09:12:28 cignoni Initial Release @@ -32,7 +35,9 @@ Initial Release #ifndef __VCG_HISTOGRAM #define __VCG_HISTOGRAM -//#include + +#include + namespace vcg { /**