added include of algorithm

This commit is contained in:
ganovelli 2005-06-14 14:27:00 +00:00
parent 60036b0e6e
commit ccbfc728cb
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.7 2005/06/09 14:19:55 cignoni
Added typedef Histogramf and Histogramd Added typedef Histogramf and Histogramd
@ -53,6 +56,7 @@ Initial Release
#define __VCG_HISTOGRAM #define __VCG_HISTOGRAM
#include <vector> #include <vector>
#include <algorithm>
#include <assert.h> #include <assert.h>
namespace vcg { namespace vcg {