diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-13 22:19:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-25 12:10:00 +0200 |
commit | f8edef392245c292398a80f6a858ca19f32df9c3 (patch) | |
tree | 09b28dd5a14022dda81d30f178b1891941bbcf95 /sc/source/ui/inc/inputhdl.hxx | |
parent | 3ebaf1a9fb28be42358f5460e5ab7322d4f1dee8 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[gh]*
Found with bin/find-unneeded-includes
Simple removal proposals are dealt with here
and a bit of fallout management
Change-Id: Ia6f8d4ca46d7b218f5827052ced5641367bd4478
Reviewed-on: https://gerrit.libreoffice.org/54683
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r-- | sc/source/ui/inc/inputhdl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index 96450a842bc9..d2f0c64f4367 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -22,6 +22,7 @@ #include <global.hxx> #include <address.hxx> +#include <tools/solar.h> #include <typedstrdata.hxx> #include <tools/fract.hxx> |