summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/drtomy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/drtomy.cpp')
-rw-r--r--src/mame/drivers/drtomy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/drtomy.cpp b/src/mame/drivers/drtomy.cpp
index 62fb80d5498..827d5645e4f 100644
--- a/src/mame/drivers/drtomy.cpp
+++ b/src/mame/drivers/drtomy.cpp
@@ -12,6 +12,8 @@ similar hardware.
#include "emu.h"
#include "cpu/m68000/m68000.h"
#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
class drtomy_state : public driver_device
{