added missing cmath include
This commit is contained in:
parent
b77fa00b5e
commit
398f906bb6
|
@ -25,6 +25,7 @@
|
|||
#ifndef __VCGLIB__SMOOTH
|
||||
#define __VCGLIB__SMOOTH
|
||||
|
||||
#include <cmath>
|
||||
#include <wrap/callback.h>
|
||||
#include <vcg/space/point3.h>
|
||||
#include <vcg/space/ray3.h>
|
||||
|
|
Loading…
Reference in New Issue