summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-15 21:44:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-17 12:30:05 +0200
commitf3b34508682c829abd697c66917b8e46e9e8266c (patch)
treee5e4be8b4b86a39ef9e7738c2084d5df90d90527 /forms
parentc0baf66fcf5175af12df227a090ae5d2b4bdb680 (diff)
tdf#42949 Fix IWYU warnings in include/tools/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9dc920e9388f9e2aa4dcae1f0b3f7562d08f7f70 Reviewed-on: https://gerrit.libreoffice.org/61809 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/convert.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/forms/source/xforms/convert.cxx b/forms/source/xforms/convert.cxx
index 50a57ff53fce..f82dfd9e0a7d 100644
--- a/forms/source/xforms/convert.cxx
+++ b/forms/source/xforms/convert.cxx
@@ -23,6 +23,7 @@
#include "unohelper.hxx"
#include <algorithm>
#include <functional>
+#include <sstream>
#include <o3tl/functional.hxx>
#include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx>