summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-03 21:19:07 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-09 08:58:28 +0200
commit64faea31f7d05e46fe5c91f87381ec7abae90174 (patch)
treef34dd5e5f58c865cf6e9cee9fc41554ee0441d52 /xmlsecurity/source/xmlsec/nss/digestcontext.hxx
parentd7082ab8028e291ccbbdebe8e075d0a6e05af460 (diff)
tdf#42949 Fix IWYU warnings in xmlsecurity/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I89c77656ea4021cb16bd122cb1dd1cd803390c3d Reviewed-on: https://gerrit.libreoffice.org/71765 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/digestcontext.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/digestcontext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/digestcontext.hxx b/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
index a8aafdefeec3..2f41862a815d 100644
--- a/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
+++ b/xmlsecurity/source/xmlsec/nss/digestcontext.hxx
@@ -24,6 +24,7 @@
#include <cppuhelper/implbase.hxx>
#include <osl/mutex.hxx>
+#include <secmodt.h>
class ODigestContext : public cppu::WeakImplHelper< css::xml::crypto::XDigestContext >
{