[cpp-sp] 01/02: Add missing include
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 6 16:57:46 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c261e822355f48570ef5392b4aa1e15857a2a883
commit c261e822355f48570ef5392b4aa1e15857a2a883
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 16:52:46 2024 +0000
Add missing include
---
shibsp/handler/impl/SecuredHandler.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shibsp/handler/impl/SecuredHandler.cpp b/shibsp/handler/impl/SecuredHandler.cpp
index 300f2206..22d7d678 100644
--- a/shibsp/handler/impl/SecuredHandler.cpp
+++ b/shibsp/handler/impl/SecuredHandler.cpp
@@ -32,6 +32,8 @@
#include <boost/bind.hpp>
#include <boost/algorithm/string.hpp>
+#include <sstream>
+
using namespace shibsp;
using namespace xmltooling;
using namespace boost;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list