[cpp-sp] branch main updated: Missing include

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 8 14:59:30 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=3b3f3e5b35c4e5c37293c457858e11710f5a39e9

The following commit(s) were added to refs/heads/main by this push:
     new 3b3f3e5b Missing include
3b3f3e5b is described below

commit 3b3f3e5b35c4e5c37293c457858e11710f5a39e9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 8 14:51:06 2025 +0000

    Missing include
---
 shibsp/handler/impl/AdminLogoutInitiator.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shibsp/handler/impl/AdminLogoutInitiator.cpp b/shibsp/handler/impl/AdminLogoutInitiator.cpp
index 5260facf..1bbad83a 100644
--- a/shibsp/handler/impl/AdminLogoutInitiator.cpp
+++ b/shibsp/handler/impl/AdminLogoutInitiator.cpp
@@ -33,6 +33,9 @@
 #include "session/SessionCache.h"
 
 #include <sstream>
+#ifdef HAVE_CXX14
+# include <shared_mutex>
+#endif
 
 using namespace shibsp;
 using namespace xmltooling;

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


More information about the commits mailing list