X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Fencryption%2FEncryption.h;h=f56a2484ad01f7e6a72efdd792c56367094f4b32;hp=dc3d2c8df9f12ae7106593b325d58651c1e3c193;hb=bd026f07e729e66127b3efd48aee443fba815af3;hpb=6bf08ad666ef628116800af401e2b058bc67554f diff --git a/xmltooling/encryption/Encryption.h b/xmltooling/encryption/Encryption.h index dc3d2c8..f56a248 100644 --- a/xmltooling/encryption/Encryption.h +++ b/xmltooling/encryption/Encryption.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,17 @@ #if !defined(__xmltooling_encryption_h__) && !defined(XMLTOOLING_NO_XMLSEC) #define __xmltooling_encryption_h__ -#include +#include +#include +#include + #include +namespace xmlsignature { + class XMLTOOL_API KeyInfo; + class XMLTOOL_API Transform; +}; + /** * Macro for declaring encryption builders. *