diff options
author | 2016-06-08 19:29:09 +0100 | |
---|---|---|
committer | 2016-06-08 19:29:48 +0100 | |
commit | b39511102f539a15254316d14a0f98a63afd8fb8 (patch) | |
tree | b19c4be6796496ea8695aa4c1b9c87d5d2669a9d | |
parent | 680a81e95051670589cc7855b4c156f3649816e7 (diff) |
add missing #include (nw)
-rw-r--r-- | src/devices/cpu/8x300/8x300.cpp | 1 |
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" |