commit cbad31d0cc9df1a00c4d5f697a7c5cd1b4a96dd8 parent 1ab85a95fddd55dcf261a925c41f431ecd030a3f Author: Michael Savage <mikejsavage@gmail.com> Date: Mon Aug 17 20:34:46 +0200 Include glew.h before gl.h Diffstat:
platform_opengl.h | | | 2 | +- |
diff --git a/platform_opengl.h b/platform_opengl.h @@ -4,8 +4,8 @@ #ifdef __APPLE__ #include <OpenGL/gl3.h> #else - #include <GL/gl.h> #include <GL/glew.h> + #include <GL/gl.h> #endif #include <stdio.h>