diff --git a/internal/catch_config.hpp b/internal/catch_config.hpp index ee56fa8f..009497c2 100644 --- a/internal/catch_config.hpp +++ b/internal/catch_config.hpp @@ -14,10 +14,12 @@ #define TWOBLUECUBES_CATCH_RUNNERCONFIG_HPP_INCLUDED #include "catch_interfaces_reporter.h" +#include "catch_hub.h" #include #include #include +#include namespace Catch {