summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/st17xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/st17xx.cpp')
-rw-r--r--src/mame/drivers/st17xx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/st17xx.cpp b/src/mame/drivers/st17xx.cpp
index 57892ae33ad..5f45b8a23fb 100644
--- a/src/mame/drivers/st17xx.cpp
+++ b/src/mame/drivers/st17xx.cpp
@@ -35,10 +35,11 @@
*/
-
#include "emu.h"
#include "cpu/arm7/arm7.h"
#include "cpu/arm7/arm7core.h"
+#include "screen.h"
+
#define SCREEN_TAG "screen"