diff --git a/include/internal/catch_result_builder.hpp b/include/internal/catch_result_builder.hpp index e7a5bdd2..843562ac 100644 --- a/include/internal/catch_result_builder.hpp +++ b/include/internal/catch_result_builder.hpp @@ -16,6 +16,8 @@ #include "catch_interfaces_registry_hub.h" #include "catch_wildcard_pattern.hpp" +#include + namespace Catch { ResultBuilder::ResultBuilder( char const* macroName, diff --git a/include/internal/catch_run_context.hpp b/include/internal/catch_run_context.hpp index be9b5521..67ff68b6 100644 --- a/include/internal/catch_run_context.hpp +++ b/include/internal/catch_run_context.hpp @@ -22,7 +22,7 @@ #include "catch_result_builder.h" #include "catch_fatal_condition.hpp" - +#include #include #include diff --git a/include/reporters/catch_reporter_console.hpp b/include/reporters/catch_reporter_console.hpp index 5f181241..a4bac1de 100644 --- a/include/reporters/catch_reporter_console.hpp +++ b/include/reporters/catch_reporter_console.hpp @@ -13,6 +13,7 @@ #include "../internal/catch_reporter_registrars.hpp" #include "../internal/catch_console_colour.hpp" +#include #include #include diff --git a/include/reporters/catch_reporter_teamcity.hpp b/include/reporters/catch_reporter_teamcity.hpp index af3505bd..3640ab89 100644 --- a/include/reporters/catch_reporter_teamcity.hpp +++ b/include/reporters/catch_reporter_teamcity.hpp @@ -14,6 +14,7 @@ // file can be distributed as a single header that works with the main // Catch single header. +#include #include #ifdef __clang__