Add a missing class decl.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 3 Dec 2009 17:30:08 +0000 (17:30 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 3 Dec 2009 17:30:08 +0000 (17:30 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@689 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/encryption/Decrypter.h

index 8d2b574..d8e2586 100644 (file)
@@ -26,6 +26,7 @@
 #include <xmltooling/exceptions.h>
 
 class XENCCipher;
+class XSECCryptoKey;
 
 namespace xmltooling {
     class XMLTOOL_API CredentialCriteria;