diff options
Diffstat (limited to 'src/mame/drivers/mgolf.cpp')
-rw-r--r-- | src/mame/drivers/mgolf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/mgolf.cpp b/src/mame/drivers/mgolf.cpp index 47d12299405..a04d2c47e9e 100644 --- a/src/mame/drivers/mgolf.cpp +++ b/src/mame/drivers/mgolf.cpp @@ -10,6 +10,7 @@ #include "cpu/m6502/m6502.h" #include "emupal.h" #include "screen.h" +#include "tilemap.h" class mgolf_state : public driver_device { |