diff --git a/Installation/include/CGAL/gl.h b/Installation/include/CGAL/gl.h index 4f3ae90ef5a..8fad02bb11f 100644 --- a/Installation/include/CGAL/gl.h +++ b/Installation/include/CGAL/gl.h @@ -25,6 +25,10 @@ # include #endif -#include +#ifdef __APPLE__ +# include +#else +# include +#endif #endif // CGAL_GL_H