[cpp-sp] branch main updated: Add some missing include statements for by VisualCPP

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 20 15:15:47 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=5a3d586556d29e2650a8eeb2a7d2714f6f767beb

The following commit(s) were added to refs/heads/main by this push:
     new 5a3d5865 Add some missing include statements for by VisualCPP
5a3d5865 is described below

commit 5a3d586556d29e2650a8eeb2a7d2714f6f767beb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 20 15:14:46 2024 +0000

    Add some missing include statements for by VisualCPP
---
 shibsp/handler/impl/AttributeCheckerHandler.cpp | 1 +
 shibsp/handler/impl/LocalLogoutInitiator.cpp    | 1 +
 shibsp/handler/impl/SAML2LogoutInitiator.cpp    | 1 +
 shibsp/impl/XMLAccessControl.cpp                | 1 +
 4 files changed, 4 insertions(+)

diff --git a/shibsp/handler/impl/AttributeCheckerHandler.cpp b/shibsp/handler/impl/AttributeCheckerHandler.cpp
index 91f1e2fb..7c363f45 100644
--- a/shibsp/handler/impl/AttributeCheckerHandler.cpp
+++ b/shibsp/handler/impl/AttributeCheckerHandler.cpp
@@ -38,6 +38,7 @@
 #include "util/TemplateParameters.h"
 
 #include <memory>
+#include <mutex>
 #include <fstream>
 #include <sstream>
 #define BOOST_BIND_GLOBAL_PLACEHOLDERS
diff --git a/shibsp/handler/impl/LocalLogoutInitiator.cpp b/shibsp/handler/impl/LocalLogoutInitiator.cpp
index b4d70fb3..973de0a1 100644
--- a/shibsp/handler/impl/LocalLogoutInitiator.cpp
+++ b/shibsp/handler/impl/LocalLogoutInitiator.cpp
@@ -32,6 +32,7 @@
 #include "SPRequest.h"
 #include "handler/AbstractHandler.h"
 #include "handler/LogoutInitiator.h"
+#include <mutex>
 
 using namespace shibsp;
 using namespace xmltooling;
diff --git a/shibsp/handler/impl/SAML2LogoutInitiator.cpp b/shibsp/handler/impl/SAML2LogoutInitiator.cpp
index 1e758023..b3975bdf 100644
--- a/shibsp/handler/impl/SAML2LogoutInitiator.cpp
+++ b/shibsp/handler/impl/SAML2LogoutInitiator.cpp
@@ -31,6 +31,7 @@
 #include "SessionCache.h"
 #include "handler/AbstractHandler.h"
 #include "handler/LogoutInitiator.h"
+#include <mutex>
 
 using namespace shibsp;
 using namespace xmltooling;
diff --git a/shibsp/impl/XMLAccessControl.cpp b/shibsp/impl/XMLAccessControl.cpp
index a0ab5dc9..cb9051af 100644
--- a/shibsp/impl/XMLAccessControl.cpp
+++ b/shibsp/impl/XMLAccessControl.cpp
@@ -31,6 +31,7 @@
 
 #include <algorithm>
 #include <memory>
+#include <set>
 #include <regex>
 #include <boost/algorithm/string.hpp>
 #include <boost/property_tree/ptree.hpp>

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


More information about the commits mailing list