summaryrefslogtreecommitdiff
path: root/sax/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-18 07:41:32 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-25 09:05:54 +0200
commit4d960908094292c9bac925976ac489c46a6127e9 (patch)
tree50335c05615ce8f07030073ede1de518f481fb39 /sax/inc
parent202bee1a819de7b1e8c75dd863c4154f66419400 (diff)
tdf#42949 Fix IWYU warnings in sax/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I793b7996c019b694e70569bc37f89e5b089e3296 Reviewed-on: https://gerrit.libreoffice.org/79078 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sax/inc')
-rw-r--r--sax/inc/xml2utf.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx
index 3e6d09cda3a0..ead6ac114362 100644
--- a/sax/inc/xml2utf.hxx
+++ b/sax/inc/xml2utf.hxx
@@ -25,6 +25,9 @@
#include <memory>
#include <sal/types.h>
+#include <rtl/string.hxx>
+
+#include <com/sun/star/io/XInputStream.hpp>
namespace sax_expatwrap {