diff --git a/vcg/math/perlin_noise.h b/vcg/math/perlin_noise.h index 917fd394..3ec20ae0 100644 --- a/vcg/math/perlin_noise.h +++ b/vcg/math/perlin_noise.h @@ -24,6 +24,8 @@ #ifndef __VCGLIB_PERLIN_NOISE #define __VCGLIB_PERLIN_NOISE +#include + namespace vcg { namespace math {