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