From 2a80fd1dfb7c309853b7fdeff603cc2be96e7fa8 Mon Sep 17 00:00:00 2001 From: smf- Date: Fri, 4 Feb 2011 23:49:51 +0000 Subject: [PATCH] take two --- src/emu/attotime.h | 4 ++++ 1 file changed, 4 insertions(+) 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 + //**************************************************************************