summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-06-08 19:29:09 +0100
committer smf- <smf-@users.noreply.github.com>2016-06-08 19:29:48 +0100
commitb39511102f539a15254316d14a0f98a63afd8fb8 (patch)
treeb19c4be6796496ea8695aa4c1b9c87d5d2669a9d
parent680a81e95051670589cc7855b4c156f3649816e7 (diff)
add missing #include (nw)
-rw-r--r--src/devices/cpu/8x300/8x300.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/8x300/8x300.cpp b/src/devices/cpu/8x300/8x300.cpp
index a18f4d50c73..8b96485f47f 100644
--- a/src/devices/cpu/8x300/8x300.cpp
+++ b/src/devices/cpu/8x300/8x300.cpp
@@ -9,6 +9,7 @@
* Written by Barry Rodewald
*/
+#include "emu.h"
#include "debugger.h"
#include "8x300.h"