From 85283a805687fb16a3d26817f2617b25f5f0de93 Mon Sep 17 00:00:00 2001 From: smf- Date: Sun, 22 Oct 2017 10:51:30 +0100 Subject: add missing emu.h (nw) --- src/devices/cpu/sh/sh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cpu/sh/sh.cpp b/src/devices/cpu/sh/sh.cpp index ca867883c47..cfdd919227b 100644 --- a/src/devices/cpu/sh/sh.cpp +++ b/src/devices/cpu/sh/sh.cpp @@ -1,6 +1,7 @@ // license:BSD-3-Clause // copyright-holders:David Haywood +#include "emu.h" #include "sh.h" void sh_common_execution::device_start() -- cgit v1.2.3