Added missing includes

This commit is contained in:
Paolo Cignoni 2008-07-20 14:34:26 +00:00
parent 966d98da5a
commit 8f44e94747
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Each function calls many time the sample object with the sampling point as param
#ifndef __VCGLIB_POINT_SAMPLING
#define __VCGLIB_POINT_SAMPLING
#include <vcg/complex/trimesh/stat.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/space/box2.h>
namespace vcg
{
namespace tri