Fixed min/max related compile error on Windows.
This commit is contained in:
parent
d79ac03fb6
commit
d875ff33ce
@ -27,6 +27,7 @@ freely, subject to the following restrictions:
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
#ifdef _MSC_VER // Don't worry about the exact version, as long as this is defied.
|
#ifdef _MSC_VER // Don't worry about the exact version, as long as this is defied.
|
||||||
|
#define NOMINMAX
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#else
|
#else
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user