diff options
Diffstat (limited to 'src/devices/machine/wd2010.cpp')
-rw-r--r-- | src/devices/machine/wd2010.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd2010.cpp b/src/devices/machine/wd2010.cpp index 95bb4803107..486d22b47f0 100644 --- a/src/devices/machine/wd2010.cpp +++ b/src/devices/machine/wd2010.cpp @@ -41,7 +41,7 @@ UNIMPLEMENTED FEATURES : #define VERBOSE 1 #include "logmacro.h" -#include <math.h> +#include <cmath> //************************************************************************** // MACROS / CONSTANTS //************************************************************************** |