summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/statriv2.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-08-21 14:09:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-08-21 14:09:01 -0400
commit121326f802fc04a70c3e9929f33973ade9c389ee (patch)
tree400f7164e2bfe33680702e50834bcb1845263052 /src/mame/drivers/statriv2.cpp
parent084c0472a4f09e8ad9a20294809fbae7de49d562 (diff)
Remove tilemap.h from emu.h (nw)
Diffstat (limited to 'src/mame/drivers/statriv2.cpp')
-rw-r--r--src/mame/drivers/statriv2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/statriv2.cpp b/src/mame/drivers/statriv2.cpp
index ca3bc5a3cea..924a4d88e82 100644
--- a/src/mame/drivers/statriv2.cpp
+++ b/src/mame/drivers/statriv2.cpp
@@ -78,6 +78,7 @@ Issues:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
+#include "tilemap.h"
class statriv2_state : public driver_device