summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-18 11:45:40 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-18 15:44:05 +0100
commit4bf891dbc2ca11c5990a71bcefe771b9ce813074 (patch)
tree97e4aeced27a46cd6d9d40aed1033eccf2bf1356 /include/vcl
parente6592aaa5c9b0f83bf948ce8a2e1ab5029cc3ef5 (diff)
windows opengl: Share the contexts as we do on Linux.
Change-Id: Ic58cca612cdf8f73170c18573917465bf34a187c
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 215f5fe1458d..60746df178ec 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -31,6 +31,7 @@
#if defined( _WIN32 )
#include <GL/glext.h>
+#include <GL/wglew.h>
#include <GL/wglext.h>
#elif defined( MACOSX )
#include <OpenGL/OpenGL.h>