mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Fix compilation of tests on Windows.
This commit is contained in:
parent
aefb3bb918
commit
8308da46e6
@ -44,6 +44,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
using std::size_t;
|
||||
|
||||
using fmt::internal::Array;
|
||||
|
Loading…
Reference in New Issue
Block a user