summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-14 10:28:15 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-14 10:30:04 +0200
commitf8a8bbf303fc77db354f61b77d11e44671b48ed8 (patch)
tree045636fe2a5eba3d6e7d6530cd1334e5c1438287 /chart2
parentf9d7430574a6c1b197329190567ebc1da9e73164 (diff)
Include glew.h on OS X for the debug_output stuff
Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830
Diffstat (limited to 'chart2')
-rwxr-xr-xchart2/source/view/main/OpenGLRender.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx
index 32c91c597d0a..239eaaa94dbe 100755
--- a/chart2/source/view/main/OpenGLRender.hxx
+++ b/chart2/source/view/main/OpenGLRender.hxx
@@ -19,8 +19,7 @@
#endif
#if defined( MACOSX )
-# include <OpenGL/gl.h>
-# include <OpenGL/glu.h>
+# include <GL/glew.h>
#else
# include <GL/gl.h>
# include <GL/glu.h>