summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hotblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hotblock.cpp')
-rw-r--r--src/mame/drivers/hotblock.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/hotblock.cpp b/src/mame/drivers/hotblock.cpp
index 776c2635caf..1dd41f02888 100644
--- a/src/mame/drivers/hotblock.cpp
+++ b/src/mame/drivers/hotblock.cpp
@@ -41,6 +41,9 @@ so it could be by them instead
#include "emu.h"
#include "cpu/i86/i86.h"
#include "sound/ay8910.h"
+#include "screen.h"
+#include "speaker.h"
+
class hotblock_state : public driver_device
{