From f644e4be3c8568c34aca1a63d566269ce084eca2 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 28 Oct 2018 00:40:27 +0200 Subject: tdf#42949 Fix IWYU warnings in include/svl/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ide75232858599c275e023c2300201090acd22307 Reviewed-on: https://gerrit.libreoffice.org/63237 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svl/source/svdde/ddedata.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svl/source/svdde') diff --git a/svl/source/svdde/ddedata.cxx b/svl/source/svdde/ddedata.cxx index 05de89628ffe..cb12b415a8eb 100644 --- a/svl/source/svdde/ddedata.cxx +++ b/svl/source/svdde/ddedata.cxx @@ -28,6 +28,7 @@ #include #include +#include DdeData::DdeData() { -- cgit