summaryrefslogtreecommitdiffstats
path: root/sax
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-22 00:59:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-30 17:44:46 +0100
commit560aad17af07f4f2d653e2ec56770450029cc100 (patch)
tree0a8579893c1f84d23fd520fed81c05498caf6807 /sax
parentFix SalLayoutGlyphs copy constructor (diff)
downloadcore-560aad17af07f4f2d653e2ec56770450029cc100.tar.gz
core-560aad17af07f4f2d653e2ec56770450029cc100.zip
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 'sax')
-rw-r--r--sax/source/tools/fastattribs.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/source/tools/fastattribs.cxx b/sax/source/tools/fastattribs.cxx
index d7ecbc1bd13d..21d36d30b81c 100644
--- a/sax/source/tools/fastattribs.cxx
+++ b/sax/source/tools/fastattribs.cxx
@@ -20,6 +20,7 @@
#include <algorithm>
#include <com/sun/star/xml/sax/SAXException.hpp>
+#include <com/sun/star/xml/sax/XFastTokenHandler.hpp>
#include <sax/fastattribs.hxx>
using namespace ::com::sun::star::uno;