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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 3 08:42:39 UTC 2018


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

New commits:
commit f5775505396e5459561883d5a1b9f091f84161d8
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Oct 3 11:25:01 2018 +0300
Commit:     Tor Lillqvist <tml at iki.fi>
CommitDate: Wed Oct 3 11:41:50 2018 +0300

    We need to include <o3tl/make_unique.hxx> here
    
    Change-Id: I9670407cd9e848d208f844f6d0879a5a19b86f4c

diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index 94c02fd92aee..8f3b9e3492ca 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -24,6 +24,7 @@
 #include <limits>
 
 #include <o3tl/make_shared.hxx>
+#include <o3tl/make_unique.hxx>
 #include <basegfx/vector/b2ivector.hxx>
 #include <tools/color.hxx>
 #include <vcl/bitmap.hxx>


More information about the Libreoffice-commits mailing list