summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-31 09:31:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-31 09:33:00 +0200
commit7ffa238eb8f520e9e62d10b89b36238acbf83457 (patch)
treef17d2f7afd31aed155fa9a6b978da368fe875c55
parent3e42e545176a7bfe31fc687ec9ab47db517725eb (diff)
fix qt5 build
after commit b9fa01a8d1137a95af9865a3e47995734c40da6e Support buffering SystemDependent GraphicData Change-Id: I484d8f0bb78db97b7c6c8f32d61b7702fa81d6f3
-rw-r--r--vcl/qt5/Qt5Graphics_GDI.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/qt5/Qt5Graphics_GDI.cxx b/vcl/qt5/Qt5Graphics_GDI.cxx
index 5470295cbf32..3b8d2ee80d3c 100644
--- a/vcl/qt5/Qt5Graphics_GDI.cxx
+++ b/vcl/qt5/Qt5Graphics_GDI.cxx
@@ -29,6 +29,8 @@
#include <QtGui/QWindow>
#include <QtWidgets/QWidget>
+#include <basegfx/polygon/b2dpolygontools.hxx>
+
static const basegfx::B2DPoint aHalfPointOfs(0.5, 0.5);
static void AddPolygonToPath(QPainterPath& rPath, const basegfx::B2DPolygon& rPolygon,