[Libreoffice-commits] core.git: chart2/source
Tor Lillqvist
tml at collabora.com
Fri Feb 14 09:32:45 CET 2014
chart2/source/view/main/OpenGLRender.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit f8a8bbf303fc77db354f61b77d11e44671b48ed8
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Feb 14 10:28:15 2014 +0200
Include glew.h on OS X for the debug_output stuff
Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx
index 32c91c5..239eaaa 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>
More information about the Libreoffice-commits
mailing list