summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/st0020.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/st0020.cpp')
-rw-r--r--src/mame/video/st0020.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/video/st0020.cpp b/src/mame/video/st0020.cpp
index 6702174635a..f378dbbc302 100644
--- a/src/mame/video/st0020.cpp
+++ b/src/mame/video/st0020.cpp
@@ -16,7 +16,9 @@
#include "emu.h"
#include "st0020.h"
-#include "render.h"
+
+#include "screen.h"
+
DEFINE_DEVICE_TYPE(ST0020_SPRITES, st0020_device, "st0020", "Seta ST0020 Sprites")