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