[cpp-sp] branch main updated: Add missing header
John W. O'Brien
john at saltant.com
Tue Oct 28 13:13:35 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:
https://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=fd63ef5374a917d16979d843751174394a056789
The following commit(s) were added to refs/heads/main by this push:
new fd63ef53 Add missing header
fd63ef53 is described below
commit fd63ef5374a917d16979d843751174394a056789
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Oct 28 09:13:30 2025 -0400
Add missing header
---
shibsp/util/ReloadableXMLFile.cpp | 1 +
tests/util/ReloadableXMLFileTests.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/shibsp/util/ReloadableXMLFile.cpp b/shibsp/util/ReloadableXMLFile.cpp
index 3a041e88..e810c9d1 100644
--- a/shibsp/util/ReloadableXMLFile.cpp
+++ b/shibsp/util/ReloadableXMLFile.cpp
@@ -26,6 +26,7 @@
#include "util/PathResolver.h"
#include "util/ReloadableXMLFile.h"
+#include <iostream>
#include <sys/types.h>
#include <sys/stat.h>
#include <boost/property_tree/xml_parser.hpp>
diff --git a/tests/util/ReloadableXMLFileTests.cpp b/tests/util/ReloadableXMLFileTests.cpp
index c1a8fc3e..146a9046 100644
--- a/tests/util/ReloadableXMLFileTests.cpp
+++ b/tests/util/ReloadableXMLFileTests.cpp
@@ -25,6 +25,7 @@
#include <boost/test/unit_test.hpp>
#include <boost/property_tree/xml_parser.hpp>
+#include <iostream>
#include <mutex>
#ifdef WIN32
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list