summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/mcs51dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs51/mcs51dasm.h')
-rw-r--r--src/devices/cpu/mcs51/mcs51dasm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs51/mcs51dasm.h b/src/devices/cpu/mcs51/mcs51dasm.h
index 98272befc89..e00c755bb33 100644
--- a/src/devices/cpu/mcs51/mcs51dasm.h
+++ b/src/devices/cpu/mcs51/mcs51dasm.h
@@ -28,6 +28,9 @@
#pragma once
+#include <unordered_map>
+
+
class mcs51_disassembler : public util::disasm_interface
{
public: