mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 03:50:16 +00:00
...
This commit is contained in:
parent
68036f8731
commit
f7c12ec213
@ -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 <functional>
|
||||
|
Loading…
x
Reference in New Issue
Block a user