diff --git a/filesystem.hpp b/filesystem.hpp index 2d7e6d1..6ae56a1 100644 --- a/filesystem.hpp +++ b/filesystem.hpp @@ -11,6 +11,10 @@ BSD-style license that can be found in the LICENSE file. */ +// miwindef.h defines min and max macros, these conflict with std::min and std::max +// defining NOMINMAX, the min and max are not defined +#define NOMINMAX + #include #include #include