summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/grfd2301.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/grfd2301.cpp')
-rw-r--r--src/mame/drivers/grfd2301.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/grfd2301.cpp b/src/mame/drivers/grfd2301.cpp
index 7362af49c07..c277766e1ea 100644
--- a/src/mame/drivers/grfd2301.cpp
+++ b/src/mame/drivers/grfd2301.cpp
@@ -30,9 +30,10 @@ A sticker on the back panel says: GenRad, Culver City CA, Model 2301-9001
*************************************************************************************************************/
-
#include "emu.h"
#include "cpu/z80/z80.h"
+#include "screen.h"
+
class grfd2301_state : public driver_device
{