summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gottlieb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gottlieb.cpp')
-rw-r--r--src/mame/drivers/gottlieb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/gottlieb.cpp b/src/mame/drivers/gottlieb.cpp
index dd482a398c2..038f4927883 100644
--- a/src/mame/drivers/gottlieb.cpp
+++ b/src/mame/drivers/gottlieb.cpp
@@ -198,8 +198,10 @@ VBlank duration: 1/VSYNC * (16/256) = 1017.6 us
#include "emu.h"
#include "includes/gottlieb.h"
+
#include "machine/nvram.h"
#include "machine/watchdog.h"
+#include "speaker.h"
#define LOG_AUDIO_DECODE (0)