[cpp-sp] 01/02: missing header

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 10 10:56:58 UTC 2025


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=41bfc01fd7e2ccf657d09f5d303b2de8517098db

commit 41bfc01fd7e2ccf657d09f5d303b2de8517098db
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 10 10:43:36 2025 +0000

    missing header
---
 shibsp/handler/impl/SecuredHandler.cpp | 1 +
 shibsp/io/impl/HTTPRequest.cpp         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/shibsp/handler/impl/SecuredHandler.cpp b/shibsp/handler/impl/SecuredHandler.cpp
index 44b74d16..aa74ec9b 100644
--- a/shibsp/handler/impl/SecuredHandler.cpp
+++ b/shibsp/handler/impl/SecuredHandler.cpp
@@ -31,6 +31,7 @@
 #include "util/Misc.h"
 
 #include <sstream>
+#include <algorithm>
 
 using namespace shibsp;
 using namespace boost::property_tree;
diff --git a/shibsp/io/impl/HTTPRequest.cpp b/shibsp/io/impl/HTTPRequest.cpp
index aa41315e..c6ace2e2 100644
--- a/shibsp/io/impl/HTTPRequest.cpp
+++ b/shibsp/io/impl/HTTPRequest.cpp
@@ -23,6 +23,7 @@
 #include "io/HTTPRequest.h"
 
 #include <cstring>
+#include <algorithm>
 #include <boost/algorithm/string.hpp>
 #define BOOST_BIND_GLOBAL_PLACEHOLDERS
 #include <boost/bind.hpp>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list