Possible fix for gl_wrap.cpp on OS X
Originally committed to SVN as r1142.
This commit is contained in:
parent
577295495e
commit
aef7dd3e61
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue