summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
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 12:57:05 +0100
commitba6af6f9d3048673f69fac41a0b61db316d16d03 (patch)
tree0e98fa9188fb1096cfb090e3681450dd80bebd67 /include/vcl/opengl
parent4bf414c1f6a94733a63ff97b43c2b5cabddfcf82 (diff)
windows opengl: Share the contexts as we do on Linux.
Change-Id: Ic58cca612cdf8f73170c18573917465bf34a187c
Diffstat (limited to 'include/vcl/opengl')
-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 5ca96020fb4d..058e174bfb6a 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>