summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-17 08:11:38 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-17 08:13:50 +0100
commit5d42bbdcf8c125c8547e197d85fae1c1825e05db (patch)
treeca824934cfa21fc0756b0d0dfb2c84a8d43c4e6d /include
parent64950157029e1b35434b634a6f275ba1ad305abe (diff)
windows fixes for opengl
Change-Id: I2ee3bcf9f87b46c14af26adb82eabd43d9164adb
Diffstat (limited to 'include')
-rw-r--r--include/vcl/OpenGLContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx
index 43802c9a85be..4067febdf92d 100644
--- a/include/vcl/OpenGLContext.hxx
+++ b/include/vcl/OpenGLContext.hxx
@@ -21,6 +21,8 @@
# include "postwin.h"
#endif
+#include <GL/glew.h>
+
#if defined( _WIN32 )
#include <GL/glext.h>
#include <GL/wglext.h>
@@ -32,8 +34,6 @@
#include <GL/glxext.h>
#endif
-#include <GL/glew.h>
-
#include <vcl/vclopengl_dllapi.hxx>
#include <boost/scoped_ptr.hpp>
#include <vcl/window.hxx>