summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_canvastools.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@documentfoundation.org>2015-02-13 14:47:26 +0100
committerThorsten Behrens <tbehrens@suse.com>2015-03-20 18:26:46 +0100
commitcfdbecc90cb81a5855d0745a4f99fc2cbe80ed55 (patch)
tree054bad0a2f8a88bb53c37ee252bb3c0840877904 /canvas/source/opengl/ogl_canvastools.cxx
parent26d17e0f42b13af514081fc3de4145744e1bf9ce (diff)
Fix build for newer glm versions.feature/opengl-canvas-rework
There were some changes in (indirect) includes. Change-Id: I24a5c461a179b92ded5dcdc2b9a70c05b5d49843
Diffstat (limited to 'canvas/source/opengl/ogl_canvastools.cxx')
-rw-r--r--canvas/source/opengl/ogl_canvastools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas/source/opengl/ogl_canvastools.cxx b/canvas/source/opengl/ogl_canvastools.cxx
index 6490cff5bdf0..1a065c2e7740 100644
--- a/canvas/source/opengl/ogl_canvastools.cxx
+++ b/canvas/source/opengl/ogl_canvastools.cxx
@@ -21,6 +21,7 @@
#include <com/sun/star/rendering/ARGBColor.hpp>
#include <GL/glew.h>
+#include <glm/gtc/type_ptr.hpp>
//subdivision count of bezier segments
#define COUNT_OF_ADAPTIVE_SUBDIVISION 40