diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-28 00:41:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-28 00:41:36 (GMT) |
commit | cd33efb4edbfc126df3c62baaec0af7648b114ab (patch) | |
tree | 931fe1b818057f2d39a2badefeadde8002f1572f /src/system-gl.h | |
parent | 01f1a2f9cfeab276e5e0b51f47a72c9019478f7f (diff) |
GLXEW mixed with eigen2 causes weird compiler errors. This is a temporary fix
Diffstat (limited to 'src/system-gl.h')
-rw-r--r-- | src/system-gl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system-gl.h b/src/system-gl.h index cdbf3dc..76b49e7 100644 --- a/src/system-gl.h +++ b/src/system-gl.h @@ -2,6 +2,7 @@ #define SYSTEMGL_H_ #include <GL/glew.h> + #ifdef __APPLE__ #include <OpenGL/OpenGL.h> #else |