From 818428b69a6f768063c3f24e529aeff57319f809 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Thu, 14 Oct 2004 15:08:04 +0000 Subject: [PATCH] added i#nclude --- vcg/complex/trimesh/allocate.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */