added i#nclude <vector>

This commit is contained in:
Nico Pietroni 2004-10-14 15:08:04 +00:00
parent 27636b4eeb
commit 818428b69a
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$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
minor changes to comply gcc compiler (typename's and stuff)
@ -70,6 +73,8 @@ Initial commit
#ifndef __VCGLIB_TRIALLOCATOR
#define __VCGLIB_TRIALLOCATOR
#include <vector>
namespace vcg {
namespace tri {
/** \addtogroup trimesh */