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/frmdlg/frmmgr.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/uibase/frmdlg') diff --git a/sw/source/uibase/frmdlg/frmmgr.cxx b/sw/source/uibase/frmdlg/frmmgr.cxx index 1debb81ca787..5dbca0fcfe59 100644 --- a/sw/source/uibase/frmdlg/frmmgr.cxx +++ b/sw/source/uibase/frmdlg/frmmgr.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include -- cgit