diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-09 08:00:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-10 14:13:14 +0100 |
commit | 877f40ac3f2add2b6dc37bae280d4d98dd102286 (patch) | |
tree | ef0c12a289f076e0b9a9b76aaf32365a89e6acfc /oox/inc | |
parent | da5e0c7fb19cb35cf5532d18e7eea166720f2e08 (diff) |
tdf#42949 Fix new IWYU warnings in directories [h-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/hatchmap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/drawingml/hatchmap.hxx b/oox/inc/drawingml/hatchmap.hxx index f0621f872b0a..64e2722fe769 100644 --- a/oox/inc/drawingml/hatchmap.hxx +++ b/oox/inc/drawingml/hatchmap.hxx @@ -10,6 +10,8 @@ #include <com/sun/star/drawing/Hatch.hpp> #include <oox/token/tokens.hxx> +#include <tools/color.hxx> + using namespace com::sun::star; using namespace oox; |