summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dct11em.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dct11em.cpp')
-rw-r--r--src/mame/drivers/dct11em.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/dct11em.cpp b/src/mame/drivers/dct11em.cpp
index 3241d2ca7be..0c17a23b282 100644
--- a/src/mame/drivers/dct11em.cpp
+++ b/src/mame/drivers/dct11em.cpp
@@ -10,6 +10,8 @@
#include "emu.h"
#include "cpu/t11/t11.h"
+#include "screen.h"
+
class dct11em_state : public driver_device
{