summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r--src/tools/unidasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp
index 08dad29b6d7..73d5a63f002 100644
--- a/src/tools/unidasm.cpp
+++ b/src/tools/unidasm.cpp
@@ -177,7 +177,7 @@ using util::BIT;
#include <iostream>
#include <stdexcept>
-#include <ctype.h>
+#include <cctype>
using u8 = util::u8;
using u16 = util::u16;