From: fredb Date: Thu, 4 May 2006 05:58:59 +0000 (+0000) Subject: Mac fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9631e8521db9d429990cc3d61beadd5affd5c30;p=simgear.git Mac fix --- diff --git a/simgear/screen/RenderTexture.h b/simgear/screen/RenderTexture.h index 73057dbe..78d56f6f 100644 --- a/simgear/screen/RenderTexture.h +++ b/simgear/screen/RenderTexture.h @@ -54,6 +54,9 @@ # include #endif #include SG_GL_H +#if defined( __MACH__) +# include +#endif #ifndef _WIN32 # include SG_GLX_H #endif