mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix compilation of tests on Windows.
This commit is contained in:
@ -44,6 +44,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
using std::size_t;
|
||||
|
||||
using fmt::internal::Array;
|
||||
|
Reference in New Issue
Block a user