diff --git a/src/emu/attotime.h b/src/emu/attotime.h index e4bce45022b..9f76a2ab9db 100644 --- a/src/emu/attotime.h +++ b/src/emu/attotime.h @@ -64,6 +64,10 @@ #ifndef __ATTOTIME_H__ #define __ATTOTIME_H__ +#include +#undef min +#undef max + //**************************************************************************