Fix compilation of tests on Windows.

This commit is contained in:
Victor Zverovich 2013-09-09 15:17:38 -07:00
parent aefb3bb918
commit 8308da46e6

View File

@ -44,6 +44,9 @@
#include <stdint.h>
#undef min
#undef max
using std::size_t;
using fmt::internal::Array;