From 4396a9119fa32abf966f189c6f6d9c54698d89c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 19 Feb 2022 21:27:03 +0100 Subject: [PATCH] Add some missing configuration includes --- src/catch2/catch_test_macros.hpp | 1 + src/catch2/internal/catch_compiler_capabilities.hpp | 1 + src/catch2/internal/catch_output_redirect.hpp | 1 + src/catch2/internal/catch_run_context.cpp | 1 + src/catch2/internal/catch_test_macro_impl.hpp | 1 + 5 files changed, 5 insertions(+) diff --git a/src/catch2/catch_test_macros.hpp b/src/catch2/catch_test_macros.hpp index 792fdce9..dde1c9cd 100644 --- a/src/catch2/catch_test_macros.hpp +++ b/src/catch2/catch_test_macros.hpp @@ -10,6 +10,7 @@ #include #include +#include #include #include #include diff --git a/src/catch2/internal/catch_compiler_capabilities.hpp b/src/catch2/internal/catch_compiler_capabilities.hpp index a999ebbd..a72bc0b2 100644 --- a/src/catch2/internal/catch_compiler_capabilities.hpp +++ b/src/catch2/internal/catch_compiler_capabilities.hpp @@ -25,6 +25,7 @@ // can be combined, en-mass, with the _NO_ forms later. #include +#include #ifdef __cplusplus diff --git a/src/catch2/internal/catch_output_redirect.hpp b/src/catch2/internal/catch_output_redirect.hpp index 26334d16..fd7234ef 100644 --- a/src/catch2/internal/catch_output_redirect.hpp +++ b/src/catch2/internal/catch_output_redirect.hpp @@ -10,6 +10,7 @@ #include #include +#include #include #include diff --git a/src/catch2/internal/catch_run_context.cpp b/src/catch2/internal/catch_run_context.cpp index 41d819ba..144bdb3c 100644 --- a/src/catch2/internal/catch_run_context.cpp +++ b/src/catch2/internal/catch_run_context.cpp @@ -7,6 +7,7 @@ // SPDX-License-Identifier: BSL-1.0 #include +#include #include #include #include diff --git a/src/catch2/internal/catch_test_macro_impl.hpp b/src/catch2/internal/catch_test_macro_impl.hpp index 72509916..71812040 100644 --- a/src/catch2/internal/catch_test_macro_impl.hpp +++ b/src/catch2/internal/catch_test_macro_impl.hpp @@ -8,6 +8,7 @@ #ifndef CATCH_TEST_MACRO_IMPL_HPP_INCLUDED #define CATCH_TEST_MACRO_IMPL_HPP_INCLUDED +#include #include #include #include