[Libreoffice-commits] core.git: vcl/qt5

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 31 07:36:10 UTC 2018


 vcl/qt5/Qt5Graphics_GDI.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7ffa238eb8f520e9e62d10b89b36238acbf83457
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Aug 31 09:31:24 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Aug 31 09:33:00 2018 +0200

    fix qt5 build
    
    after
        commit b9fa01a8d1137a95af9865a3e47995734c40da6e
        Support buffering SystemDependent GraphicData
    
    Change-Id: I484d8f0bb78db97b7c6c8f32d61b7702fa81d6f3

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,


More information about the Libreoffice-commits mailing list