From 33623f3117d88683fbc9e66792e5030c0322946e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 20 Oct 2018 12:00:50 +0200 Subject: tdf#42949 Fix IWYU warnings in include/unotools/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlsecurity/source/helper/pdfsignaturehelper.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/helper/pdfsignaturehelper.cxx b/xmlsecurity/source/helper/pdfsignaturehelper.cxx index edc154f23cb7..1f11b7856f4a 100644 --- a/xmlsecurity/source/helper/pdfsignaturehelper.cxx +++ b/xmlsecurity/source/helper/pdfsignaturehelper.cxx @@ -12,6 +12,7 @@ #include #include +#include #include #include #include -- cgit