summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9901.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms9901.cpp')
-rw-r--r--src/devices/machine/tms9901.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tms9901.cpp b/src/devices/machine/tms9901.cpp
index bb7148a91a6..b5ec6278865 100644
--- a/src/devices/machine/tms9901.cpp
+++ b/src/devices/machine/tms9901.cpp
@@ -147,7 +147,7 @@ Clock mode:
#include "emu.h"
#include "tms9901.h"
-#include <math.h>
+#include <cmath>
#define LOG_GENERAL (1U << 0)
#define LOG_PINS (1U << 1)