summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt520.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt520.cpp')
-rw-r--r--src/mame/drivers/vt520.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/vt520.cpp b/src/mame/drivers/vt520.cpp
index a6a0af9c645..ccb9d33fe23 100644
--- a/src/mame/drivers/vt520.cpp
+++ b/src/mame/drivers/vt520.cpp
@@ -9,8 +9,9 @@
****************************************************************************/
#include "emu.h"
-#include "machine/ram.h"
#include "cpu/mcs51/mcs51.h"
+#include "machine/ram.h"
+#include "screen.h"
class vt520_state : public driver_device