From f9727327370abbee50f99d3fcd26f0b114a21887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 3 Oct 2017 18:31:51 +0200 Subject: [PATCH] Workaround for stitching issue in #1020 Closes #1020 --- include/catch.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/catch.hpp b/include/catch.hpp index 118337c9..377cb31e 100644 --- a/include/catch.hpp +++ b/include/catch.hpp @@ -62,6 +62,10 @@ #endif #ifdef CATCH_IMPL + #ifdef CATCH_PLATFORM_WINDOWS + #include "internal/catch_windows_h_proxy.h" + #endif + #include "internal/catch_impl.hpp" #endif