From: Scott Cantor Date: Tue, 3 Nov 2009 03:56:38 +0000 (+0000) Subject: Missing header. X-Git-Tag: 2.3~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=9cba614f77ba4b85c69d706634d0d6c368f7deaa Missing header. --- diff --git a/saml/binding/impl/SecurityPolicy.cpp b/saml/binding/impl/SecurityPolicy.cpp index 2d40425..c311885 100644 --- a/saml/binding/impl/SecurityPolicy.cpp +++ b/saml/binding/impl/SecurityPolicy.cpp @@ -26,6 +26,8 @@ #include "binding/SecurityPolicyRule.h" #include "saml2/core/Assertions.h" +#include + using namespace opensaml::saml2md; using namespace opensaml::saml2; using namespace opensaml; diff --git a/saml/profile/impl/ConditionsRule.cpp b/saml/profile/impl/ConditionsRule.cpp index 093ab4c..e572d2b 100644 --- a/saml/profile/impl/ConditionsRule.cpp +++ b/saml/profile/impl/ConditionsRule.cpp @@ -27,6 +27,7 @@ #include "saml1/core/Assertions.h" #include "saml2/core/Assertions.h" +#include #include #include #include diff --git a/saml/saml2/core/Protocols.h b/saml/saml2/core/Protocols.h index 6c0e510..0688437 100644 --- a/saml/saml2/core/Protocols.h +++ b/saml/saml2/core/Protocols.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. @@ -25,6 +25,8 @@ #include +#include + #define DECL_SAML2POBJECTBUILDER(cname) \ DECL_XMLOBJECTBUILDER(SAML_API,cname,samlconstants::SAML20P_NS,samlconstants::SAML20P_PREFIX) diff --git a/saml/saml2/metadata/DynamicMetadataProvider.h b/saml/saml2/metadata/DynamicMetadataProvider.h index cd627bb..fe3d051 100644 --- a/saml/saml2/metadata/DynamicMetadataProvider.h +++ b/saml/saml2/metadata/DynamicMetadataProvider.h @@ -60,6 +60,8 @@ namespace opensaml { /** Caps the allowable cache duration of a metadata instance. */ time_t m_maxCacheDuration; + using AbstractMetadataProvider::resolve; + /** * Resolves a metadata instance using the supplied criteria. * diff --git a/saml/saml2/profile/impl/BearerConfirmationRule.cpp b/saml/saml2/profile/impl/BearerConfirmationRule.cpp index 13f16c8..37acb15 100644 --- a/saml/saml2/profile/impl/BearerConfirmationRule.cpp +++ b/saml/saml2/profile/impl/BearerConfirmationRule.cpp @@ -26,6 +26,7 @@ #include "saml2/core/Assertions.h" #include "saml2/profile/SAML2AssertionPolicy.h" +#include #include #include #include diff --git a/saml/saml2/profile/impl/DelegationRestrictionRule.cpp b/saml/saml2/profile/impl/DelegationRestrictionRule.cpp index 6a9100c..916ddc2 100644 --- a/saml/saml2/profile/impl/DelegationRestrictionRule.cpp +++ b/saml/saml2/profile/impl/DelegationRestrictionRule.cpp @@ -27,6 +27,7 @@ #include "util/SAMLConstants.h" #include +#include #include #include