diff options
author | 2022-01-06 19:50:51 -0500 | |
---|---|---|
committer | 2022-01-06 19:50:51 -0500 | |
commit | 86afc1a4c2846c18c6dbec4beba9947f414f9271 (patch) | |
tree | a4d6853ea8760a2b2ca40e7bae6e9333178c13c4 /src/devices/bus | |
parent | 06072022bb9bcce3abb6bbffed72566ec04f424f (diff) |
More #include future-proofing
Diffstat (limited to 'src/devices/bus')
-rw-r--r-- | src/devices/bus/bbc/internal/cumana68k.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/internal/cumana68k.cpp b/src/devices/bus/bbc/internal/cumana68k.cpp index 2b8afcace06..de458b39d44 100644 --- a/src/devices/bus/bbc/internal/cumana68k.cpp +++ b/src/devices/bus/bbc/internal/cumana68k.cpp @@ -21,6 +21,7 @@ #include "cumana68k.h" #include "machine/nscsi_bus.h" #include "bus/nscsi/devices.h" +#include "softlist_dev.h" //************************************************************************** |