[cpp-sp] 02/02: invalid_argument class requires <stdexcept>

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 6 13:56:56 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=33dd74c9ef57e36e487dc6ea74f357223ac19dbc

commit 33dd74c9ef57e36e487dc6ea74f357223ac19dbc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 13:52:55 2024 +0000

    invalid_argument class requires <stdexcept>
---
 shibsp/util/PluginManager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shibsp/util/PluginManager.h b/shibsp/util/PluginManager.h
index dfef762c..10181a80 100644
--- a/shibsp/util/PluginManager.h
+++ b/shibsp/util/PluginManager.h
@@ -26,6 +26,7 @@
 #include <exception>
 #include <map>
 #include <string>
+#include <stdexcept>
 
 #if defined (_MSC_VER)
     #pragma warning( push )

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


More information about the commits mailing list