From e633317b5879a6a25dc73b5d2893e7991c8c4a88 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 22 Jan 2013 10:51:56 +0000 Subject: [PATCH] added include matrix44.h --- vcg/complex/algorithms/update/normal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vcg/complex/algorithms/update/normal.h b/vcg/complex/algorithms/update/normal.h index f519d6b9..52dee354 100644 --- a/vcg/complex/algorithms/update/normal.h +++ b/vcg/complex/algorithms/update/normal.h @@ -25,6 +25,7 @@ #define __VCG_TRI_UPDATE_NORMALS #include +#include namespace vcg { namespace tri {