From 0f7d5fd971766b1753952071eb9043794b27f4c2 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 20 Apr 2020 00:48:24 +0200 Subject: tdf#42949 Fix IWYU warnings in reportdesign/*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If8549e62de1007fccf9a5becac356f8d1ffc5090 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92513 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- reportdesign/source/ui/report/StartMarker.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'reportdesign/source/ui/report/StartMarker.cxx') diff --git a/reportdesign/source/ui/report/StartMarker.cxx b/reportdesign/source/ui/report/StartMarker.cxx index b9adb1767e85..2d9eda114000 100644 --- a/reportdesign/source/ui/report/StartMarker.cxx +++ b/reportdesign/source/ui/report/StartMarker.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include +#include #include #include #include -- cgit