From: ehofman Date: Fri, 11 Feb 2005 15:07:22 +0000 (+0000) Subject: MacOS X fix(?) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c1ffafd663aeb1cc7012a69175bc552ba3af803c;p=simgear.git MacOS X fix(?) --- diff --git a/simgear/screen/RenderTexture.h b/simgear/screen/RenderTexture.h index c8377d11..9bf4402f 100644 --- a/simgear/screen/RenderTexture.h +++ b/simgear/screen/RenderTexture.h @@ -48,7 +48,7 @@ */ #include -#ifndef _WIN32 +#if !defined( _WIN32 ) && !defined( __APPLE__ ) # include #endif #include SG_GL_H