From cca62803d45fa586ffb48e43d514d5ae12295952 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Wed, 30 Aug 2017 17:09:00 +0200 Subject: [PATCH] added a missing include (according to vstudio) --- vcg/complex/complex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vcg/complex/complex.h b/vcg/complex/complex.h index 082fd9aa..0121700e 100644 --- a/vcg/complex/complex.h +++ b/vcg/complex/complex.h @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include