added missing include

This commit is contained in:
Luigi Malomo 2015-09-01 09:02:23 +00:00
parent 9ab06cc9ef
commit 32ffe51cde
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Edited doxygen comments
#include <assert.h>
#include <algorithm>
#include <cmath>
#include <vcg/math/base.h>
namespace vcg {