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.