From c1ffafd663aeb1cc7012a69175bc552ba3af803c Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 11 Feb 2005 15:07:22 +0000 Subject: [PATCH] MacOS X fix(?) --- simgear/screen/RenderTexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5