From b39511102f539a15254316d14a0f98a63afd8fb8 Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 8 Jun 2016 19:29:09 +0100 Subject: [PATCH] add missing #include (nw) --- src/devices/cpu/8x300/8x300.cpp | 1 + 1 file changed, 1 insertion(+) 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"