Added missing #include <algorithm>
This commit is contained in:
parent
200add7664
commit
da56c33f36
|
@ -29,6 +29,8 @@ $Log: gen_normal.h,v $
|
||||||
#ifndef __VCG_GEN_NORMAL
|
#ifndef __VCG_GEN_NORMAL
|
||||||
#define __VCG_GEN_NORMAL
|
#define __VCG_GEN_NORMAL
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
template <class ScalarType>
|
template <class ScalarType>
|
||||||
|
|
Loading…
Reference in New Issue