diff options
author | 2011-02-04 23:49:51 +0000 | |
---|---|---|
committer | 2011-02-04 23:49:51 +0000 | |
commit | 2a80fd1dfb7c309853b7fdeff603cc2be96e7fa8 (patch) | |
tree | 9b93d7b6e413b6d4c08ce30cf4198ec71cf9ec52 /src/emu/attotime.h | |
parent | 8dc8308b0b7954d406c003c7ce4e95c97cfba9ae (diff) |
take two
Diffstat (limited to 'src/emu/attotime.h')
-rw-r--r-- | src/emu/attotime.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <math.h> +#undef min +#undef max + //************************************************************************** |