diff options
| author | 2023-10-03 13:48:27 +1100 | |
|---|---|---|
| committer | 2023-10-03 13:48:27 +1100 | |
| commit | 4a7950dc1f0f6007b164a34f3fb3a83b2b88b79f (patch) | |
| tree | e589638acff866987c63c096e425153173f8e8c0 /src/devices/cpu/sh | |
| parent | a3ea38c3892bad04a756b3cfd0ed3acd0a25487d (diff) | |
cpu/sh: Explicitly #include prefix header (fixes GitHub #11591).
Diffstat (limited to 'src/devices/cpu/sh')
| -rw-r--r-- | src/devices/cpu/sh/sh7021.cpp | 1 | ||||
| -rw-r--r-- | src/devices/cpu/sh/sh7032.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh7021.cpp b/src/devices/cpu/sh/sh7021.cpp index 18aa0c1574d..458e4ff7aac 100644 --- a/src/devices/cpu/sh/sh7021.cpp +++ b/src/devices/cpu/sh/sh7021.cpp @@ -1,6 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Angelo Salese +#include "emu.h" #include "sh7021.h" DEFINE_DEVICE_TYPE(SH2A_SH7021, sh2a_sh7021_device, "sh2a_sh7021", "Hitachi SH-2A (SH7021)") diff --git a/src/devices/cpu/sh/sh7032.cpp b/src/devices/cpu/sh/sh7032.cpp index 775e7e72f23..e65e86c1ffd 100644 --- a/src/devices/cpu/sh/sh7032.cpp +++ b/src/devices/cpu/sh/sh7032.cpp @@ -1,6 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Angelo Salese +#include "emu.h" #include "sh7032.h" DEFINE_DEVICE_TYPE(SH1_SH7032, sh1_sh7032_device, "sh1_sh7032", "Hitachi SH-1 (SH7032)") |
