From 8308da46e6890f28de12ef587f9bc069bf8c0157 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Sep 2013 15:17:38 -0700 Subject: [PATCH] Fix compilation of tests on Windows. --- format_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/format_test.cc b/format_test.cc index 5038aab3..c7113432 100644 --- a/format_test.cc +++ b/format_test.cc @@ -44,6 +44,9 @@ #include +#undef min +#undef max + using std::size_t; using fmt::internal::Array;