diff --git a/src/catch2/internal/catch_run_context.cpp b/src/catch2/internal/catch_run_context.cpp index af656143..b85f9ea0 100644 --- a/src/catch2/internal/catch_run_context.cpp +++ b/src/catch2/internal/catch_run_context.cpp @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/src/catch2/internal/catch_run_context.hpp b/src/catch2/internal/catch_run_context.hpp index af9fb386..d0664e6e 100644 --- a/src/catch2/internal/catch_run_context.hpp +++ b/src/catch2/internal/catch_run_context.hpp @@ -8,17 +8,14 @@ #ifndef TWOBLUECUBES_CATCH_RUNNER_IMPL_HPP_INCLUDED #define TWOBLUECUBES_CATCH_RUNNER_IMPL_HPP_INCLUDED -#include #include #include -#include #include #include #include #include #include #include -#include #include #include @@ -27,6 +24,7 @@ namespace Catch { struct IMutableContext; + struct IGeneratorTracker; ///////////////////////////////////////////////////////////////////////////