summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_texturecache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/opengl/ogl_texturecache.cxx')
-rw-r--r--canvas/source/opengl/ogl_texturecache.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/opengl/ogl_texturecache.cxx b/canvas/source/opengl/ogl_texturecache.cxx
index 5fe3581d4179..6283bd883993 100644
--- a/canvas/source/opengl/ogl_texturecache.cxx
+++ b/canvas/source/opengl/ogl_texturecache.cxx
@@ -7,11 +7,14 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "ogl_texturecache.hxx"
+#include <sal/config.h>
+
+#include <GL/glew.h>
#include <com/sun/star/geometry/IntegerSize2D.hpp>
-#include <GL/glew.h>
+#include "ogl_texturecache.hxx"
+
using namespace ::com::sun::star;