summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/progolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/progolf.cpp')
-rw-r--r--src/mame/drivers/progolf.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/progolf.cpp b/src/mame/drivers/progolf.cpp
index 3db5b9fb7ea..5534af9c152 100644
--- a/src/mame/drivers/progolf.cpp
+++ b/src/mame/drivers/progolf.cpp
@@ -58,6 +58,9 @@ Twenty four 8116 rams.
#include "video/mc6845.h"
#include "machine/deco222.h"
#include "machine/decocpu6.h"
+#include "screen.h"
+#include "speaker.h"
+
class progolf_state : public driver_device
{