Added missing includes

This commit is contained in:
Paolo Cignoni 2008-08-04 15:38:10 +00:00
parent cbb547cdf0
commit e4e5507757
1 changed files with 3 additions and 0 deletions

View File

@ -24,7 +24,10 @@
#ifndef __VCGLIB_SPHERICAL_HARMONICS_H
#define __VCGLIB_SPHERICAL_HARMONICS_H
#include <climits>
#include "vcg/math/base.h"
#include "vcg/math/random_generator.h"
#include "vcg/math/legendre.h"
#include "vcg/math/factorial.h"