From b3abb3c44fbe3092d09657b2dd5efbff155c264f Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 2 Dec 2005 10:38:07 +0000 Subject: [PATCH] Changed a wrong uppercase in the include --- wrap/gl/trimesh.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index 8bc5b377..7702bfb5 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -24,6 +24,10 @@ History $Log: not supported by cvs2svn $ +Revision 1.14 2005/12/02 00:03:22 cignoni +Added support for one texture mode (perwedge) +Changed texturemapid array into a safer vector + Revision 1.13 2005/11/24 08:06:50 cignoni Added bound checking in texture access @@ -74,7 +78,7 @@ first draft: it includes glew ! #include #include -#include +#include namespace vcg {