From 0eaa0804085dd6e93257dd31361490720456679d Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 13 Apr 2019 15:10:23 +0200 Subject: tdf#42949 Fix IWYU warnings in include/editeng/[a-e]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I81917d697adf79b1bd0de4cc262d3cd6bc8eb36f Reviewed-on: https://gerrit.libreoffice.org/70710 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/source/controller/main/DrawCommandDispatch.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2') diff --git a/chart2/source/controller/main/DrawCommandDispatch.cxx b/chart2/source/controller/main/DrawCommandDispatch.cxx index bdcb00cd5c0f..592b1f952cb5 100644 --- a/chart2/source/controller/main/DrawCommandDispatch.cxx +++ b/chart2/source/controller/main/DrawCommandDispatch.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include -- cgit