summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt220.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt220.cpp')
-rw-r--r--src/mame/drivers/vt220.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/vt220.cpp b/src/mame/drivers/vt220.cpp
index 7076980954b..266d9115166 100644
--- a/src/mame/drivers/vt220.cpp
+++ b/src/mame/drivers/vt220.cpp
@@ -14,6 +14,7 @@
#include "emu.h"
#include "cpu/mcs51/mcs51.h"
#include "machine/ram.h"
+#include "screen.h"
class vt220_state : public driver_device