summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dbz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dbz.cpp')
-rw-r--r--src/mame/drivers/dbz.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/dbz.cpp b/src/mame/drivers/dbz.cpp
index 18c8bf5bc77..3a7b9deab8d 100644
--- a/src/mame/drivers/dbz.cpp
+++ b/src/mame/drivers/dbz.cpp
@@ -53,11 +53,13 @@ Notes:
*/
#include "emu.h"
+#include "includes/dbz.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
#include "sound/ym2151.h"
#include "sound/okim6295.h"
-#include "includes/dbz.h"
+#include "speaker.h"
TIMER_DEVICE_CALLBACK_MEMBER(dbz_state::dbz_scanline)