Possible fix for gl_wrap.cpp on OS X

Originally committed to SVN as r1142.
This commit is contained in:
Rodrigo Braz Monteiro 2007-04-25 18:35:27 +00:00
parent 577295495e
commit aef7dd3e61
1 changed files with 2 additions and 1 deletions

View File

@ -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"