mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-01 16:14:46 +02:00
Fix missing include in reporter_registrars.hpp
This commit is contained in:
parent
f1239b2045
commit
141e384c60
@ -11,6 +11,7 @@
|
||||
#include <catch2/interfaces/catch_interfaces_registry_hub.hpp>
|
||||
#include <catch2/interfaces/catch_interfaces_reporter.hpp>
|
||||
#include <catch2/interfaces/catch_interfaces_reporter_factory.hpp>
|
||||
#include <catch2/internal/catch_compiler_capabilities.hpp>
|
||||
#include <catch2/internal/catch_unique_ptr.hpp>
|
||||
|
||||
namespace Catch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user