summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/attotime.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2011-02-04 23:49:51 +0000
committer smf- <smf-@users.noreply.github.com>2011-02-04 23:49:51 +0000
commit2a80fd1dfb7c309853b7fdeff603cc2be96e7fa8 (patch)
tree9b93d7b6e413b6d4c08ce30cf4198ec71cf9ec52 /src/emu/attotime.h
parent8dc8308b0b7954d406c003c7ce4e95c97cfba9ae (diff)
take two
Diffstat (limited to 'src/emu/attotime.h')
-rw-r--r--src/emu/attotime.h4
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
+
//**************************************************************************