mirror of https://github.com/CGAL/cgal
Fix gl.h location for Apple
This commit is contained in:
parent
2e7ab87ab7
commit
f7adea31f0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue