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
1 changed files with 4 additions and 0 deletions

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