Added #include<vcg/complex/trimesh/allocate.h>

it was giving problems with Allocator::
This commit is contained in:
Paolo Cignoni 2005-01-18 12:35:18 +00:00
parent ea0bfb87a9
commit 71de928876
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.4 2005/01/03 11:18:24 cignoni
changed a .. rfind('OFF') .. in rfind("OFF") and added some casts
Revision 1.3 2004/11/23 11:56:50 cignoni
Corrected small bug in the tokenizer (it would add a fake token for lines ending with a space before /n)
@ -38,6 +41,7 @@ Corrected small bug in the tokenizer (it would add a fake token for lines ending
#include <vector>
#include <assert.h>
#include <vcg/space/color4.h>
#include<vcg/complex/trimesh/allocate.h>
namespace vcg
{