diff --git a/include/Math.hpp b/include/Math.hpp index a3db0c8..2d21d9f 100644 --- a/include/Math.hpp +++ b/include/Math.hpp @@ -1,6 +1,8 @@ #ifndef MATH_HPP #define MATH_HPP +#undef min +#undef max #ifndef NOMINMAX #define NOMINMAX 1 #endif