summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tank8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tank8.cpp')
-rw-r--r--src/mame/drivers/tank8.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/tank8.cpp b/src/mame/drivers/tank8.cpp
index bd1f7938c70..790f5432829 100644
--- a/src/mame/drivers/tank8.cpp
+++ b/src/mame/drivers/tank8.cpp
@@ -7,9 +7,10 @@ Atari Tank 8 driver
***************************************************************************/
#include "emu.h"
-#include "cpu/m6800/m6800.h"
#include "includes/tank8.h"
+#include "cpu/m6800/m6800.h"
#include "sound/discrete.h"
+#include "speaker.h"