added missing cmath include

This commit is contained in:
granzuglia 2012-07-05 14:46:16 +00:00
parent b77fa00b5e
commit 398f906bb6
1 changed files with 1 additions and 0 deletions

View File

@ -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>