From 4b04eae81478d4aa19f3bdc3f2d6247063aeb6cd Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 13 May 2019 07:52:14 +0200 Subject: tdf#42949 Fix IWYU warnings in include/svx/[e-g]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I861d3f0fa15ee3b7e0e830c4fac2e5794ea4071b Reviewed-on: https://gerrit.libreoffice.org/72213 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/uibase/shells/textsh.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/uibase/shells/textsh.cxx') diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx index 84125a27d73d..0aeb4e807b4b 100644 --- a/sw/source/uibase/shells/textsh.cxx +++ b/sw/source/uibase/shells/textsh.cxx @@ -30,6 +30,7 @@ #include #include +#include #include #include #include -- cgit