diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-27 22:14:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-04 09:29:23 +0200 |
commit | 9aee9781212328e78b6a34ac2b965b16fd0d9e3a (patch) | |
tree | 693c1de8cfa11e225016ab8437d30f3d2b5fdaaa /sc/inc/progress.hxx | |
parent | d587931fba77246db3a2ccc6ab61ca77446d23f4 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I92cfd8d09ca8229764db4200568b96a62e2ab21e
Reviewed-on: https://gerrit.libreoffice.org/59742
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r-- | sc/inc/progress.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx index 68cda2341bfb..7ad445a0913c 100644 --- a/sc/inc/progress.hxx +++ b/sc/inc/progress.hxx @@ -22,6 +22,7 @@ #include <rtl/ustring.hxx> #include <sfx2/progress.hxx> +#include <tools/solar.h> #include "scdllapi.h" class ScDocument; |