added i#nclude <vector>
This commit is contained in:
parent
27636b4eeb
commit
818428b69a
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.13 2004/09/07 07:36:32 fasano
|
||||||
|
Replaced some typename definitions
|
||||||
|
|
||||||
Revision 1.12 2004/08/25 15:15:26 ganovelli
|
Revision 1.12 2004/08/25 15:15:26 ganovelli
|
||||||
minor changes to comply gcc compiler (typename's and stuff)
|
minor changes to comply gcc compiler (typename's and stuff)
|
||||||
|
|
||||||
|
@ -70,6 +73,8 @@ Initial commit
|
||||||
#ifndef __VCGLIB_TRIALLOCATOR
|
#ifndef __VCGLIB_TRIALLOCATOR
|
||||||
#define __VCGLIB_TRIALLOCATOR
|
#define __VCGLIB_TRIALLOCATOR
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace tri {
|
namespace tri {
|
||||||
/** \addtogroup trimesh */
|
/** \addtogroup trimesh */
|
||||||
|
|
Loading…
Reference in New Issue