From 96e07ffd53d7406b88f4a43d7cd11595ef542d83 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 13 Jul 2004 11:25:57 +0000 Subject: [PATCH] changed order of initial include ( it had problems with extension of openGL) --- wrap/gl/trimesh.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index 63ef187a..74cc38b4 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/07/12 15:57:33 ganovelli +first draft: it includes glew ! + @@ -35,9 +38,9 @@ $Log: not supported by cvs2svn $ #include #include -#include -#include #include +#include +#include namespace vcg {