summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hpc/hpcdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/hpc/hpcdasm.cpp')
-rw-r--r--src/devices/cpu/hpc/hpcdasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/hpc/hpcdasm.cpp b/src/devices/cpu/hpc/hpcdasm.cpp
index bbfa77b8eca..9773ab8f444 100644
--- a/src/devices/cpu/hpc/hpcdasm.cpp
+++ b/src/devices/cpu/hpc/hpcdasm.cpp
@@ -15,7 +15,7 @@
#include "hpcdasm.h"
#include "util/strformat.h"
-#include <ctype.h>
+#include <cctype>
using osd::u32;
using util::BIT;