From 8f44e947471e20a5643b982d2476cb887e320b22 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Sun, 20 Jul 2008 14:34:26 +0000 Subject: [PATCH] Added missing includes --- vcg/complex/trimesh/point_sampling.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcg/complex/trimesh/point_sampling.h b/vcg/complex/trimesh/point_sampling.h index 9dd6e2b1..84cd178b 100644 --- a/vcg/complex/trimesh/point_sampling.h +++ b/vcg/complex/trimesh/point_sampling.h @@ -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 +#include +#include namespace vcg { namespace tri