summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/copsnrob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/copsnrob.cpp')
-rw-r--r--src/mame/drivers/copsnrob.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/copsnrob.cpp b/src/mame/drivers/copsnrob.cpp
index 92177ecaea6..5081902011f 100644
--- a/src/mame/drivers/copsnrob.cpp
+++ b/src/mame/drivers/copsnrob.cpp
@@ -57,8 +57,11 @@ Added Dip locations according to manual.
***************************************************************************/
#include "emu.h"
-#include "cpu/m6502/m6502.h"
#include "includes/copsnrob.h"
+
+#include "cpu/m6502/m6502.h"
+#include "speaker.h"
+
#include "copsnrob.lh"