]> git.mxchange.org Git - simgear.git/commitdiff
Mac fix
authorfredb <fredb>
Thu, 4 May 2006 05:58:59 +0000 (05:58 +0000)
committerfredb <fredb>
Thu, 4 May 2006 05:58:59 +0000 (05:58 +0000)
simgear/screen/RenderTexture.h

index 73057dbefc42ac1b93c42c1c9129c114c21d450e..78d56f6f28d10f9623ffbea08b0a1fc1f691f195 100644 (file)
@@ -54,6 +54,9 @@
 #  include <X11/Xlib.h>
 #endif
 #include SG_GL_H
+#if defined( __MACH__)
+#  include <OpenGL/CGLTypes.h>
+#endif
 #ifndef _WIN32
 #  include SG_GLX_H
 #endif