[cpp-sp] 07/08: Add include <internal> to Category.cpp and Priority.cpp

Rod Widdowson rdw at steadingsoftware.com
Sat Dec 7 15:54:37 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=6985f29f3a820fbe16455d8c5793b68443d723a2

commit 6985f29f3a820fbe16455d8c5793b68443d723a2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Dec 7 15:35:22 2024 +0000

    Add include <internal> to Category.cpp and Priority.cpp
---
 shibsp/logging/impl/Category.cpp | 1 +
 shibsp/logging/impl/Priority.cpp | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/shibsp/logging/impl/Category.cpp b/shibsp/logging/impl/Category.cpp
index b72f14b1..498da69a 100644
--- a/shibsp/logging/impl/Category.cpp
+++ b/shibsp/logging/impl/Category.cpp
@@ -11,6 +11,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#include <internal.h>
 
 #include "AgentConfig.h"
 #include "logging/Category.h"
diff --git a/shibsp/logging/impl/Priority.cpp b/shibsp/logging/impl/Priority.cpp
index bebf60f5..edf2fea9 100644
--- a/shibsp/logging/impl/Priority.cpp
+++ b/shibsp/logging/impl/Priority.cpp
@@ -12,11 +12,13 @@
  * limitations under the License.
  */
 
+#include <internal.h>
 #include <shibsp/logging/Priority.h>
 
 #include <cstdlib>
 #include <stdexcept>
 
+
 using namespace shibsp;
 using namespace std;
 

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


More information about the commits mailing list