xmlsecurity/source/helper/xsecctl.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit f5f8891d823f01090853217479de584f940de459 Author: Miklos Vajna <[email protected]> AuthorDate: Mon Apr 29 16:13:36 2019 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Apr 29 16:13:36 2019 +0200 xmlsecurity: fix the Android build Change-Id: Ib04060ee4dc2a4ece2858548690e8ef182bf00b1 diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index f4ff8a156f47..4a0778ca6329 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -33,6 +33,9 @@ #include <com/sun/star/xml/crypto/sax/XReferenceCollector.hpp> #include <com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.hpp> #include <com/sun/star/xml/crypto/SecurityOperationStatus.hpp> +#ifdef ANDROID +#include <com/sun/star/xml/crypto/XXMLSignature.hpp> +#endif #include <com/sun/star/embed/XHierarchicalStorageAccess.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/beans/StringPair.hpp> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
