added missing include

This commit is contained in:
Paolo Cignoni 2008-03-18 14:29:01 +00:00
parent 633e7b97e4
commit f9538e9f56
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.24 2008/02/28 15:41:17 cignoni
Added FFpi methods and better init of texture coords 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 <vcg/simplex/faceplus/component.h> #include <vcg/simplex/faceplus/component.h>
#include <vector> #include <vector>
#include <limits>
namespace vcg { namespace vcg {