From 71de9288760eaa826b03a635a9dcfc09e34ebdd1 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 18 Jan 2005 12:35:18 +0000 Subject: [PATCH] Added #include it was giving problems with Allocator:: --- wrap/io_trimesh/import_off.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 3ad4f33d..3d1e939b 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -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 #include #include +#include namespace vcg {