diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-22 00:59:50 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-30 17:44:46 +0100 |
commit | 560aad17af07f4f2d653e2ec56770450029cc100 (patch) | |
tree | 0a8579893c1f84d23fd520fed81c05498caf6807 /unoxml/source | |
parent | 02a2b75550e8e94e29d252178cfb223452812d2b (diff) |
tdf#42949 Fix IWYU warnings in include/sax/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8061ef6a7a8c04baf350844fae1f97836ac03554
Reviewed-on: https://gerrit.libreoffice.org/62399
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'unoxml/source')
-rw-r--r-- | unoxml/source/dom/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx index 1211e5978ea9..8666d2185f0d 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -22,6 +22,7 @@ #include <set> #include <memory> +#include <map> #include <libxml/tree.h> |