this should really fix the XCode 6/7 builds

This commit is contained in:
onqtam 2019-01-15 22:58:12 +02:00
parent 3340162efd
commit a2c074fd4d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,7 @@
#ifndef DOCTEST_COMPATIBILITY
#define DOCTEST_COMPATIBILITY
#define DOCTEST_THREAD_LOCAL // enable single-threaded builds on XCode 6/7 - https://github.com/onqtam/doctest/issues/172
#include "doctest.h"
// Catch doesn't require a semicolon after CAPTURE but doctest does