summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_swp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfm_swp.cpp')
-rw-r--r--src/mame/drivers/bfm_swp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/bfm_swp.cpp b/src/mame/drivers/bfm_swp.cpp
index e6240a9ecea..da25b10fedf 100644
--- a/src/mame/drivers/bfm_swp.cpp
+++ b/src/mame/drivers/bfm_swp.cpp
@@ -104,6 +104,8 @@ TEST.TXT - suggests the content of a prototype version, which was expanded to ma
#include "emu.h"
#include "machine/68340.h"
#include "sound/ymz280b.h"
+#include "screen.h"
+#include "speaker.h"
class bfm_swp_state : public driver_device
{