recover compilation of test on windows

This commit is contained in:
Axel Kohlmeyer
2021-10-22 09:13:07 -05:00
parent d7d1c84b35
commit bd9ad288b9

View File

@ -9,6 +9,10 @@
#include "fmtlib_format.cpp"
#include "fmtlib_os.cpp"
#if defined(max)
#undef max
#endif
TEST(ErrorStats, test)
{
ErrorStats stats;