From ccbfc728cbd236853c036b5ce99f886bfda4a48c Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 14 Jun 2005 14:27:00 +0000 Subject: [PATCH] added include of algorithm --- vcg/math/histogram.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/math/histogram.h b/vcg/math/histogram.h index b9819129..8ba839c6 100644 --- a/vcg/math/histogram.h +++ b/vcg/math/histogram.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.8 2005/06/10 14:59:39 cignoni +Added include assert.h and cast to ScalarType for a pow in SetRange() function. + Revision 1.7 2005/06/09 14:19:55 cignoni Added typedef Histogramf and Histogramd @@ -53,6 +56,7 @@ Initial Release #define __VCG_HISTOGRAM #include +#include #include namespace vcg {