Fix gl.h location for Apple

This commit is contained in:
Fernando Cacciola 2008-09-01 13:38:01 +00:00
parent 2e7ab87ab7
commit f7adea31f0
1 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@
# include <wingdi.h>
#endif
#include <GL/gl.h>
#ifdef __APPLE__
# include <OpenGL/gl.h>
#else
# include <GL/gl.h>
#endif
#endif // CGAL_GL_H