Added missing #include <algorithm>

This commit is contained in:
Marco Di Benedetto 2007-11-24 20:41:00 +00:00
parent 200add7664
commit da56c33f36
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ $Log: gen_normal.h,v $
#ifndef __VCG_GEN_NORMAL
#define __VCG_GEN_NORMAL
#include <algorithm>
namespace vcg {
template <class ScalarType>