summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dac.cpp')
-rw-r--r--src/devices/sound/dac.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/dac.cpp b/src/devices/sound/dac.cpp
index 10694f731b9..fc413390107 100644
--- a/src/devices/sound/dac.cpp
+++ b/src/devices/sound/dac.cpp
@@ -15,4 +15,5 @@
#define DAC_GENERATOR_EPILOG(_dac_type, _dac_class) \
const device_type _dac_type = &device_creator<_dac_class>;
+#include "emu.h"
#include "dac.h"