missing include
This commit is contained in:
parent
94cc728ddb
commit
62f16491ea
|
@ -24,6 +24,8 @@
|
|||
#ifndef __VCGLIB_PERLIN_NOISE
|
||||
#define __VCGLIB_PERLIN_NOISE
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace vcg
|
||||
{
|
||||
namespace math {
|
||||
|
|
Loading…
Reference in New Issue