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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 14:36:09 UTC 2018


 vcl/quartz/salgdi.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c799679135882337e65eab23eabdcae2d8b42786
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Oct 25 17:35:37 2018 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Oct 25 17:35:37 2018 +0300

    Need <o3tl/make_unique.hxx>
    
    Change-Id: I416523b701f6468bcbbc47e9e4e507c319b6beaa

diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index eaf1d2b9c273..fc600660c935 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -26,6 +26,7 @@
 #include <basegfx/polygon/b2dpolygon.hxx>
 #include <basegfx/polygon/b2dpolygontools.hxx>
 #include <basegfx/range/b2drectangle.hxx>
+#include <o3tl/make_unique.hxx>
 #include <osl/file.hxx>
 #include <osl/process.h>
 #include <rtl/bootstrap.h>


More information about the Libreoffice-commits mailing list