[cpp-sp] branch main updated: Include missing headers for stdlib decls
John W. O'Brien
john at saltant.com
Fri Oct 17 15:05:17 UTC 2025
This is an automated email from the git hooks/post-receive script.
obrienjw 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=25f8ac581b4a6948b110b640adcf7ca6d96e3cb4
The following commit(s) were added to refs/heads/main by this push:
new 25f8ac58 Include missing headers for stdlib decls
25f8ac58 is described below
commit 25f8ac581b4a6948b110b640adcf7ca6d96e3cb4
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 17 11:04:50 2025 -0400
Include missing headers for stdlib decls
---
shibsp/handler/impl/AttributeCheckerHandler.cpp | 1 +
shibsp/handler/impl/SessionHandler.cpp | 1 +
shibsp/handler/impl/SessionInitiator.cpp | 2 ++
shibsp/handler/impl/StatusHandler.cpp | 1 +
shibsp/impl/AgentConfig.cpp | 1 +
5 files changed, 6 insertions(+)
diff --git a/shibsp/handler/impl/AttributeCheckerHandler.cpp b/shibsp/handler/impl/AttributeCheckerHandler.cpp
index 6750cb63..fde045ba 100644
--- a/shibsp/handler/impl/AttributeCheckerHandler.cpp
+++ b/shibsp/handler/impl/AttributeCheckerHandler.cpp
@@ -29,6 +29,7 @@
#include "session/SessionCache.h"
#include "util/Misc.h"
+#include <algorithm>
#include <memory>
#include <mutex>
diff --git a/shibsp/handler/impl/SessionHandler.cpp b/shibsp/handler/impl/SessionHandler.cpp
index 2c660482..df2ac57e 100644
--- a/shibsp/handler/impl/SessionHandler.cpp
+++ b/shibsp/handler/impl/SessionHandler.cpp
@@ -28,6 +28,7 @@
#include "session/SessionCache.h"
#include "util/Date.h"
+#include <cstring>
#include <ctime>
#include <sstream>
diff --git a/shibsp/handler/impl/SessionInitiator.cpp b/shibsp/handler/impl/SessionInitiator.cpp
index 99277f1c..e361ba1a 100644
--- a/shibsp/handler/impl/SessionInitiator.cpp
+++ b/shibsp/handler/impl/SessionInitiator.cpp
@@ -30,6 +30,8 @@
#include "util/Misc.h"
#include "util/URLEncoder.h"
+#include <cstring>
+
using namespace shibsp;
using namespace boost::property_tree;
using namespace std;
diff --git a/shibsp/handler/impl/StatusHandler.cpp b/shibsp/handler/impl/StatusHandler.cpp
index af05699c..3985a10b 100644
--- a/shibsp/handler/impl/StatusHandler.cpp
+++ b/shibsp/handler/impl/StatusHandler.cpp
@@ -30,6 +30,7 @@
#include "util/Date.h"
#include "util/Misc.h"
+#include <cstring>
#include <sstream>
#ifdef HAVE_SYS_UTSNAME_H
diff --git a/shibsp/impl/AgentConfig.cpp b/shibsp/impl/AgentConfig.cpp
index 9e9940db..127e6bb3 100644
--- a/shibsp/impl/AgentConfig.cpp
+++ b/shibsp/impl/AgentConfig.cpp
@@ -36,6 +36,7 @@
#include "util/PathResolver.h"
#include "util/URLEncoder.h"
+#include <climits>
#include <ctime>
#include <stdexcept>
#include <thread>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list