summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ad1848.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ad1848.cpp')
-rw-r--r--src/devices/sound/ad1848.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/sound/ad1848.cpp b/src/devices/sound/ad1848.cpp
index 79ba429c619..e3489c653c2 100644
--- a/src/devices/sound/ad1848.cpp
+++ b/src/devices/sound/ad1848.cpp
@@ -5,7 +5,10 @@
#include "emu.h"
#include "sound/ad1848.h"
+
#include "sound/volt_reg.h"
+#include "speaker.h"
+
const device_type AD1848 = device_creator<ad1848_device>;