mirror of https://github.com/odrling/Aegisub
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>
|
#include <wx/wxprec.h>
|
||||||
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
|
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
|
||||||
#include <OpenGL/GL.h>
|
#include <OpenGL/GL.h>
|
||||||
|
#include <OpenGL/glext.h>
|
||||||
#else
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#endif
|
|
||||||
#include "gl/glext.h"
|
#include "gl/glext.h"
|
||||||
|
#endif
|
||||||
#include "gl_wrap.h"
|
#include "gl_wrap.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue