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 {