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