Kaydet (Commit) f8a8bbf3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Include glew.h on OS X for the debug_output stuff

Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830
üst f9d74305
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
#endif #endif
#if defined( MACOSX ) #if defined( MACOSX )
# include <OpenGL/gl.h> # include <GL/glew.h>
# include <OpenGL/glu.h>
#else #else
# include <GL/gl.h> # include <GL/gl.h>
# include <GL/glu.h> # include <GL/glu.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment