added missing include limits
This commit is contained in:
parent
378008bc5e
commit
04d00284a5
|
@ -24,6 +24,10 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.18 2008/03/05 11:21:49 cignoni
|
||||||
|
Heavily refactored the whole structure.
|
||||||
|
Some interfaces have been changed. Be careful.
|
||||||
|
|
||||||
Revision 1.17 2008/02/29 12:15:06 cignoni
|
Revision 1.17 2008/02/29 12:15:06 cignoni
|
||||||
added maxcount
|
added maxcount
|
||||||
|
|
||||||
|
@ -87,6 +91,7 @@ Initial Release
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
Loading…
Reference in New Issue