From bb97c3a1ecabc4de2730d8be132579645b0bd4c4 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Wed, 15 Jul 2009 16:27:29 +0000 Subject: [PATCH] changes in order to compile with gcc 3.x --- vcg/complex/trimesh/update/normal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vcg/complex/trimesh/update/normal.h b/vcg/complex/trimesh/update/normal.h index ec9a45cd..9c36d117 100644 --- a/vcg/complex/trimesh/update/normal.h +++ b/vcg/complex/trimesh/update/normal.h @@ -102,6 +102,7 @@ Initial commit #include #include +#include namespace vcg { namespace tri {