From 68c7bc9c4574212a26ffd66b6ac9ceef9c45cd3a Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sun, 8 Mar 2026 10:45:13 +0100 Subject: Missing emu.h --- src/devices/cpu/sh/sh7709s.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/devices/cpu/sh/sh7709s.cpp b/src/devices/cpu/sh/sh7709s.cpp index a2cdb2d622a..0d453ac76f9 100644 --- a/src/devices/cpu/sh/sh7709s.cpp +++ b/src/devices/cpu/sh/sh7709s.cpp @@ -18,6 +18,7 @@ // Writeback timing for certain operations should also overlap in some cases // If the CPU supports critical word first the instruction that takes the miss should be able to start as soon as that address is read in from memory even if there are further words to be read +#include "emu.h" #include "sh7709s.h" #include "sh3comn.h" #include "sh4comn.h" -- cgit v1.2.3