From c4b53d16cc88a96979699db7e3ea7564e2fd65e2 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Mon, 8 Oct 2012 11:51:35 +0000 Subject: [PATCH] edded 2 includes: * component.h for per face Normal calculation function * exception.h for excepion handling --- vcg/complex/algorithms/update/normal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcg/complex/algorithms/update/normal.h b/vcg/complex/algorithms/update/normal.h index 8cc6c0e7..01b98f05 100644 --- a/vcg/complex/algorithms/update/normal.h +++ b/vcg/complex/algorithms/update/normal.h @@ -24,7 +24,9 @@ #ifndef __VCG_TRI_UPDATE_NORMALS #define __VCG_TRI_UPDATE_NORMALS +#include #include +#include namespace vcg { namespace tri {