diff options
Diffstat (limited to 'src/Graphics.h')
| -rw-r--r-- | src/Graphics.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Graphics.h b/src/Graphics.h index df7342b..6312185 100644 --- a/src/Graphics.h +++ b/src/Graphics.h @@ -5,8 +5,7 @@ #include <string> #if defined(OGLR) #ifdef MACOSX -#include <GL/glew.h> -#include <OpenGL/gl.h> +#include <OpenGL/gl3.h> #include <OpenGL/glu.h> #elif defined(WIN32) #include <GL/glew.h> |
