diff --git a/vcg/complex/trimesh/allocate.h b/vcg/complex/trimesh/allocate.h index 2d44d9f8..6402581c 100644 --- a/vcg/complex/trimesh/allocate.h +++ b/vcg/complex/trimesh/allocate.h @@ -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 + namespace vcg { namespace tri { /** \addtogroup trimesh */