From f9538e9f56d0d4cd7c8d275952fcf3218aa8100a Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 18 Mar 2008 14:29:01 +0000 Subject: [PATCH] added missing include --- vcg/simplex/faceplus/component_ocf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/simplex/faceplus/component_ocf.h b/vcg/simplex/faceplus/component_ocf.h index 13917e0e..038b565b 100644 --- a/vcg/simplex/faceplus/component_ocf.h +++ b/vcg/simplex/faceplus/component_ocf.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.25 2008/03/11 09:22:07 cignoni +Completed the garbage collecting functions CompactVertexVector and CompactFaceVector. + Revision 1.24 2008/02/28 15:41:17 cignoni Added FFpi methods and better init of texture coords @@ -119,6 +122,7 @@ Mainly the trick here is to store a base pointer in each simplex... #include #include +#include namespace vcg {