From 7ffa238eb8f520e9e62d10b89b36238acbf83457 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 31 Aug 2018 09:31:24 +0200 Subject: fix qt5 build after commit b9fa01a8d1137a95af9865a3e47995734c40da6e Support buffering SystemDependent GraphicData Change-Id: I484d8f0bb78db97b7c6c8f32d61b7702fa81d6f3 --- vcl/qt5/Qt5Graphics_GDI.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/qt5') 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 #include +#include + static const basegfx::B2DPoint aHalfPointOfs(0.5, 0.5); static void AddPolygonToPath(QPainterPath& rPath, const basegfx::B2DPolygon& rPolygon, -- cgit