added missing include limits

This commit is contained in:
Paolo Cignoni 2007-12-11 18:25:31 +00:00
parent 112879ffd5
commit 61f42ea419
1 changed files with 4 additions and 1 deletions

View File

@ -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 <vcg/simplex/vertexplus/component.h>
#include <vector>
#include <limits>
namespace vcg {
namespace vert {