From f7adea31f09aaaa33422ff8e2b84fa55d3b10abf Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Mon, 1 Sep 2008 13:38:01 +0000 Subject: [PATCH] Fix gl.h location for Apple --- Installation/include/CGAL/gl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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