1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 20:13:52 +00:00

Workaround for stitching issue in #1020

Closes #1020
This commit is contained in:
Martin Hořeňovský 2017-10-03 18:31:51 +02:00
parent 61280e6d0a
commit f972732737

View File

@ -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