diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-04-29 16:13:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-29 16:13:36 +0200 |
commit | f5f8891d823f01090853217479de584f940de459 (patch) | |
tree | 3e94eef3cfbebdf7757ff1139e0d915727f5d9e0 /xmlsecurity/source | |
parent | 73df787fe2c66d16cec08d28e383a72fe3855bfd (diff) |
xmlsecurity: fix the Android build
Change-Id: Ib04060ee4dc2a4ece2858548690e8ef182bf00b1
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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> |