From 80cdf16f065c7684307300e93067c21e82a392a5 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 22 Oct 2017 22:01:20 +1100 Subject: [PATCH] don't forget the prefix header (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()