diff options
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/framework/encryptionengine.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx index 6407e136f320..d7d9a2b40c4b 100644 --- a/xmlsecurity/source/framework/encryptionengine.hxx +++ b/xmlsecurity/source/framework/encryptionengine.hxx @@ -32,6 +32,10 @@ #include "securityengine.hxx" +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + class EncryptionEngine : public cppu::ImplInheritanceHelper1 < SecurityEngine, |