From bf01403479096eb3e0d8c7d7dc09390570a1f262 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 30 Aug 2018 21:42:54 +0200 Subject: tdf#42949 Fix IWYU warnings: boost/optional in include/ Found with bin/find-unneeded-includes a few low hanging boost/optional headers. This gets us about 75M includebloat reduction; still much to go Change-Id: I5c737631767970f9145609aad298a5d11e3fed65 Reviewed-on: https://gerrit.libreoffice.org/59840 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sax/source/tools/converter.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sax') diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index 416ada3f4ce4..79f84c09697e 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include -- cgit