1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

dEfine DOCTEST_CONFIG_USE_STD_HEADERS globally

This commit is contained in:
cvelth 2020-04-24 13:18:20 +03:00
parent 696f83de8e
commit 27bdaa3f3e
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,3 @@
#if defined(_WIN32) || defined(WIN32)
# define DOCTEST_CONFIG_USE_STD_HEADERS
#endif
#include <doctest/doctest.h>
#include <greeter.h>