X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2SOAPDecoder.cpp;h=69848be75513891dde664ba4cd56dcde71323a2e;hb=19779e1afa0a1a75bab7fc6c2c65de7b9ddb5a79;hp=346aa99ebab0803807e6e0ad61526711cc921f64;hpb=615c4bc8bcbcabce8da0ef95946eaa028c616aa4;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/binding/impl/SAML2SOAPDecoder.cpp b/saml/saml2/binding/impl/SAML2SOAPDecoder.cpp index 346aa99..69848be 100644 --- a/saml/saml2/binding/impl/SAML2SOAPDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2SOAPDecoder.cpp @@ -17,17 +17,21 @@ /** * SAML2SOAPDecoder.cpp * - * SAML 2.0 SOAP binding message decoder + * SAML 2.0 SOAP binding message decoder. */ #include "internal.h" #include "exceptions.h" +#include "binding/SecurityPolicy.h" #include "saml2/binding/SAML2MessageDecoder.h" #include "saml2/core/Protocols.h" #include +#include +#include #include #include +#include #include using namespace opensaml::saml2p;