summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32010/32010dsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32010/32010dsm.cpp')
-rw-r--r--src/devices/cpu/tms32010/32010dsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms32010/32010dsm.cpp b/src/devices/cpu/tms32010/32010dsm.cpp
index 4601498ce64..0f385274f25 100644
--- a/src/devices/cpu/tms32010/32010dsm.cpp
+++ b/src/devices/cpu/tms32010/32010dsm.cpp
@@ -27,7 +27,7 @@
#include "emu.h"
#include "32010dsm.h"
-#include <ctype.h>
+#include <cctype>
#include <stdexcept>