mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Possible fix for gl_wrap.cpp on OS X
Originally committed to SVN as r1142.
This commit is contained in:
parent
577295495e
commit
aef7dd3e61
@ -39,10 +39,11 @@
|
||||
#include <wx/wxprec.h>
|
||||
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
|
||||
#include <OpenGL/GL.h>
|
||||
#include <OpenGL/glext.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#include "gl/glext.h"
|
||||
#endif
|
||||
#include "gl_wrap.h"
|
||||
#include "options.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user