From 5c63b84bf81d7baa84805ca442c3d9c1f429ccc8 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 11 Jan 2007 10:37:08 +0000 Subject: [PATCH] Added include assert.h --- vcg/simplex/face/pos.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcg/simplex/face/pos.h b/vcg/simplex/face/pos.h index 876e3637..db158a3d 100644 --- a/vcg/simplex/face/pos.h +++ b/vcg/simplex/face/pos.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.27 2007/01/02 10:06:53 giec +Added access functions F() + Revision 1.26 2006/12/29 13:13:00 giec Corrected wrong assert in V(i) access function @@ -114,6 +117,8 @@ Initial commit #ifndef __VCG_FACE_POS #define __VCG_FACE_POS +#include + namespace vcg { namespace face {