From a925efb123452a5f818e0e41ce6d65d7197cdb92 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 3 Dec 2009 17:30:08 +0000 Subject: [PATCH] Add a missing class decl. --- xmltooling/encryption/Decrypter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xmltooling/encryption/Decrypter.h b/xmltooling/encryption/Decrypter.h index 8d2b574..d8e2586 100644 --- a/xmltooling/encryption/Decrypter.h +++ b/xmltooling/encryption/Decrypter.h @@ -26,6 +26,7 @@ #include class XENCCipher; +class XSECCryptoKey; namespace xmltooling { class XMLTOOL_API CredentialCriteria; -- 2.1.4