summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.cpp')
-rw-r--r--src/emu/devcpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.cpp b/src/emu/devcpu.cpp
index e75b621c6f0..c7163460b95 100644
--- a/src/emu/devcpu.cpp
+++ b/src/emu/devcpu.cpp
@@ -10,7 +10,7 @@
#include "emu.h"
#include "emuopts.h"
-#include <ctype.h>
+#include <cctype>
//**************************************************************************