diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index ca6cd3ac..87261858 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -25,6 +25,14 @@ #include "config.h" #include "export.h" +#ifdef min +#undef min +#endif + +#ifdef max +#undef max +#endif + /*******************************************************************************/ #if PK_ENABLE_STD_FUNCTION #include