Add missing class declaration.
authorScott Cantor <cantor.2@osu.edu>
Sun, 27 Sep 2009 04:06:10 +0000 (04:06 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 27 Sep 2009 04:06:10 +0000 (04:06 +0000)
xmltooling/security/CredentialCriteria.h

index 342f2ea..3135356 100644 (file)
@@ -31,6 +31,7 @@ class DSIGKeyInfoList;
 class XSECCryptoKey;
 
 namespace xmlsignature {
+    class XMLTOOL_API Credential;
     class XMLTOOL_API KeyInfo;
     class XMLTOOL_API Signature;
 };