From 852ef6e2863405318db8a1dcd24666000ce60f2e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 29 Jul 2018 00:31:58 +0200 Subject: Add missing sal/log.hxx headers rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include (and don't make use of it themselves), but many other files happen to depend on it. This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes. This commit adds missing headers to every file found by: grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG') to directory sc Change-Id: I988d7d3abaedfb32516a9db88815663bf54da46e Reviewed-on: https://gerrit.libreoffice.org/58266 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/source/ui/unoobj/PivotTableDataSequence.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/unoobj/PivotTableDataSequence.cxx') diff --git a/sc/source/ui/unoobj/PivotTableDataSequence.cxx b/sc/source/ui/unoobj/PivotTableDataSequence.cxx index 7cfc609c6512..dd7cd0297d2f 100644 --- a/sc/source/ui/unoobj/PivotTableDataSequence.cxx +++ b/sc/source/ui/unoobj/PivotTableDataSequence.cxx @@ -11,6 +11,7 @@ #include #include +#include #include #include -- cgit