From 492ea7e08571e466e37f870b7642a79df55c2e92 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 12 Nov 2018 20:55:41 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[ab]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625 Reviewed-on: https://gerrit.libreoffice.org/63453 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/filter/html/htmlnumwriter.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/filter/html/htmlnumwriter.cxx') diff --git a/sw/source/filter/html/htmlnumwriter.cxx b/sw/source/filter/html/htmlnumwriter.cxx index bd0d2dadab8b..c4fd8ea9bdf7 100644 --- a/sw/source/filter/html/htmlnumwriter.cxx +++ b/sw/source/filter/html/htmlnumwriter.cxx @@ -40,6 +40,7 @@ #include #include +#include using namespace css; -- cgit