From 61f42ea4197ad9b1fcce5bf2ac90c8acf78fb082 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 11 Dec 2007 18:25:31 +0000 Subject: [PATCH] added missing include limits --- vcg/simplex/vertexplus/component_ocf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/vertexplus/component_ocf.h b/vcg/simplex/vertexplus/component_ocf.h index 219c6910..6b14c643 100644 --- a/vcg/simplex/vertexplus/component_ocf.h +++ b/vcg/simplex/vertexplus/component_ocf.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2007/12/11 11:36:03 cignoni +Added the CompactVertexVector garbage collecting function. + Revision 1.9 2006/12/11 23:42:00 ganovelli bug Index()() instead of Index() @@ -69,7 +72,7 @@ Mainly the trick here is to store a base pointer in each simplex... #include #include - +#include namespace vcg { namespace vert {