From 97e4c0d23b1348691dabcb13d91b7a05f4e26d97 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Mon, 13 Mar 2017 15:50:19 +0100 Subject: [PATCH] Promoted the pos.h and topology.h include files to the standard inclusion. --- vcg/complex/complex.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/complex/complex.h b/vcg/complex/complex.h index c5d81f0e..28f7458f 100644 --- a/vcg/complex/complex.h +++ b/vcg/complex/complex.h @@ -42,6 +42,10 @@ #include #include #include +#include +#include +#include +#include #include #include #include