From 0db413a1f4dc24b5fce60a4c9c69390bf0189b6d Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 29 Dec 2008 12:01:23 +0000 Subject: [PATCH] fix compilation --- vcg/simplex/face/topology.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index caceccc9..8715e358 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -108,7 +108,10 @@ minor changes #ifndef _VCG_FACE_TOPOLOGY #define _VCG_FACE_TOPOLOGY + #include +#include + namespace vcg { namespace face { /** \addtogroup face */