From 2a06796fa6f6255314cf4c1271f62154f08bac4f Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 16 Jun 2019 08:26:04 +0200 Subject: tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7ccd6af737c21a50fe7df25266198ee6989c4c69 Reviewed-on: https://gerrit.libreoffice.org/74110 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/filter/xml/xmltexti.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/filter/xml/xmltexti.cxx') diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index d7bbc44d2d20..1b41ef693097 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -61,6 +61,7 @@ #include #include #include +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit