diff --git a/unittests/catch_amalgamated.hpp b/unittests/catch_amalgamated.hpp index ba6cf8ff..c8503078 100644 --- a/unittests/catch_amalgamated.hpp +++ b/unittests/catch_amalgamated.hpp @@ -12,6 +12,13 @@ // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. // ---------------------------------------------------------- + +#if defined(min) && defined(max) +#undef min +#undef max +#endif + + #ifndef CATCH_AMALGAMATED_HPP_INCLUDED #define CATCH_AMALGAMATED_HPP_INCLUDED