From 55bf686991e267a894230be6675dac6b886e71a0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 22 Feb 2007 09:17:29 +0000 Subject: [PATCH] Added guards for opengl including in mac compiling --- wrap/gui/view.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wrap/gui/view.h b/wrap/gui/view.h index 5ca159c2..2ed115da 100644 --- a/wrap/gui/view.h +++ b/wrap/gui/view.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.15 2007/01/18 01:24:32 cignoni +Added cast for mac compiling + Revision 1.14 2005/10/15 15:23:32 ponchio Fixed viewport<->window coordinate change for the z. (z = 2*z -1 now) Accordingly to gluUnproject documentation. @@ -86,7 +89,12 @@ y is upward! #include #endif +#if defined(__APPLE__) +#include +#else #include +#endif + namespace vcg { /** This class represent the viewing parameters under opengl.