From 141e384c6002499ea277040cf59199e8edb1f060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 7 Nov 2021 21:46:57 +0100 Subject: [PATCH] Fix missing include in reporter_registrars.hpp --- src/catch2/catch_reporter_registrars.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catch2/catch_reporter_registrars.hpp b/src/catch2/catch_reporter_registrars.hpp index 978d2925..adffb543 100644 --- a/src/catch2/catch_reporter_registrars.hpp +++ b/src/catch2/catch_reporter_registrars.hpp @@ -11,6 +11,7 @@ #include #include #include +#include #include namespace Catch {