From f3b34508682c829abd697c66917b8e46e9e8266c Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 15 Oct 2018 21:44:22 +0200 Subject: 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 --- unotools/source/i18n/localedatawrapper.cxx | 1 + unotools/source/misc/datetime.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'unotools') diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index a17c81f2ca8a..8b4782730784 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/unotools/source/misc/datetime.cxx b/unotools/source/misc/datetime.cxx index b2b25d6df1b5..3a56465fbae3 100644 --- a/unotools/source/misc/datetime.cxx +++ b/unotools/source/misc/datetime.cxx @@ -24,6 +24,7 @@ #include #include #include +#include namespace { -- cgit