[cpp-sp] 01/08: Add missing include of <mutex>
Rod Widdowson
rdw at steadingsoftware.com
Sat Dec 7 15:54:31 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=9311e652bf1a083899c43b53e1d9afaa03231021
commit 9311e652bf1a083899c43b53e1d9afaa03231021
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Dec 7 14:26:23 2024 +0000
Add missing include of <mutex>
---
shibsp/impl/AgentConfig.cpp | 1 +
shibsp/logging/impl/AbstractLoggingService.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/shibsp/impl/AgentConfig.cpp b/shibsp/impl/AgentConfig.cpp
index 8f232507..29da81a4 100644
--- a/shibsp/impl/AgentConfig.cpp
+++ b/shibsp/impl/AgentConfig.cpp
@@ -33,6 +33,7 @@
#include <ctime>
#include <stdexcept>
#include <thread>
+#include <mutex>
#include <vector>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/ini_parser.hpp>
diff --git a/shibsp/logging/impl/AbstractLoggingService.h b/shibsp/logging/impl/AbstractLoggingService.h
index 18f474ff..4676c86d 100644
--- a/shibsp/logging/impl/AbstractLoggingService.h
+++ b/shibsp/logging/impl/AbstractLoggingService.h
@@ -28,6 +28,7 @@
#include <memory>
#include <string>
#include <thread>
+#include <mutex>
#include <shibsp/logging/LoggingService.h>
#include <shibsp/logging/Priority.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list