diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/ciphercontext.hxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/ciphercontext.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx b/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx index a7a4e6dad54e..1d4a99c309c8 100644 --- a/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx +++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.hxx @@ -24,7 +24,8 @@ #include <cppuhelper/implbase.hxx> #include <osl/mutex.hxx> -#include <pk11pub.h> +#include <seccomon.h> +#include <secmodt.h> class OCipherContext : public cppu::WeakImplHelper< css::xml::crypto::XCipherContext > { |