[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - vcl/ios
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 20 12:30:32 UTC 2019
vcl/ios/DataFlavorMapping.cxx | 1 +
vcl/ios/iOSTransferable.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit c6ef786516820cdc5993e250c56af7bec5ef27c4
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Sep 20 15:28:39 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 20 14:29:37 2019 +0200
We neeed to include <sal/log.hxx> after some IWYU goodness elsewhere
Change-Id: Ie183f3a71469b55394a64604a62fd439dbb3c7c0
Reviewed-on: https://gerrit.libreoffice.org/79286
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/vcl/ios/DataFlavorMapping.cxx b/vcl/ios/DataFlavorMapping.cxx
index 644306d6b122..b7b3aaecc680 100644
--- a/vcl/ios/DataFlavorMapping.cxx
+++ b/vcl/ios/DataFlavorMapping.cxx
@@ -19,6 +19,7 @@
#include <sal/config.h>
+#include <sal/log.hxx>
#include "DataFlavorMapping.hxx"
#include "HtmlFmtFlt.hxx"
#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>
diff --git a/vcl/ios/iOSTransferable.cxx b/vcl/ios/iOSTransferable.cxx
index d3c7d0a5c02c..e35cc5557e88 100644
--- a/vcl/ios/iOSTransferable.cxx
+++ b/vcl/ios/iOSTransferable.cxx
@@ -19,6 +19,7 @@
#include <sal/config.h>
+#include <sal/log.hxx>
#include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <sal/types.h>
More information about the Libreoffice-commits
mailing list