From 05d7eb5a0028906e4c6270b2340ae0d88d3cfa2a Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 16 May 2023 12:13:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Add=20=20header=20whe?= =?UTF-8?q?re=20strictly=20necessary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/catch2/benchmark/catch_benchmark.hpp | 1 + src/catch2/catch_registry_hub.cpp | 2 ++ src/catch2/catch_session.cpp | 1 + src/catch2/internal/catch_exception_translator_registry.cpp | 2 ++ 4 files changed, 6 insertions(+) diff --git a/src/catch2/benchmark/catch_benchmark.hpp b/src/catch2/benchmark/catch_benchmark.hpp index 3623133d..99d1c9df 100644 --- a/src/catch2/benchmark/catch_benchmark.hpp +++ b/src/catch2/benchmark/catch_benchmark.hpp @@ -30,6 +30,7 @@ #include #include +#include #include #include #include diff --git a/src/catch2/catch_registry_hub.cpp b/src/catch2/catch_registry_hub.cpp index 0e43db92..8716db3a 100644 --- a/src/catch2/catch_registry_hub.cpp +++ b/src/catch2/catch_registry_hub.cpp @@ -22,6 +22,8 @@ #include #include +#include + namespace Catch { namespace { diff --git a/src/catch2/catch_session.cpp b/src/catch2/catch_session.cpp index 86e215a9..f1ed5f9c 100644 --- a/src/catch2/catch_session.cpp +++ b/src/catch2/catch_session.cpp @@ -27,6 +27,7 @@ #include #include +#include #include #include diff --git a/src/catch2/internal/catch_exception_translator_registry.cpp b/src/catch2/internal/catch_exception_translator_registry.cpp index 0805d74c..f3d47c0c 100644 --- a/src/catch2/internal/catch_exception_translator_registry.cpp +++ b/src/catch2/internal/catch_exception_translator_registry.cpp @@ -11,6 +11,8 @@ #include #include +#include + namespace Catch { namespace {