From aef7dd3e618a4e3693b0c3e205d8e7d60ce07cd9 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 25 Apr 2007 18:35:27 +0000 Subject: [PATCH] Possible fix for gl_wrap.cpp on OS X Originally committed to SVN as r1142. --- aegisub/gl_wrap.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aegisub/gl_wrap.cpp b/aegisub/gl_wrap.cpp index eb2895894..78c1afa36 100644 --- a/aegisub/gl_wrap.cpp +++ b/aegisub/gl_wrap.cpp @@ -39,10 +39,11 @@ #include #ifdef HAVE_APPLE_OPENGL_FRAMEWORK #include +#include #else #include -#endif #include "gl/glext.h" +#endif #include "gl_wrap.h" #include "options.h"