From 31a5f72acfba32b26d392f8fc8c51cb044156f88 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 2 Feb 2019 18:04:41 +0100 Subject: [PATCH] Add 10.7 ifdef --- gfx/include/Cg/cgGL.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gfx/include/Cg/cgGL.h b/gfx/include/Cg/cgGL.h index 01e7af8a4c..ab400e9f62 100644 --- a/gfx/include/Cg/cgGL.h +++ b/gfx/include/Cg/cgGL.h @@ -103,7 +103,11 @@ #ifndef CGGL_NO_OPENGL # ifdef __APPLE__ +#if MAC_OS_X_VERSION_10_7 +# include +#else # include +#endif # else # include # endif