From 83a30b513007909c1c788f327af7bdbd093884ab Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 21 Jun 2017 22:28:42 +0100 Subject: fix for MSVC (nw) --- src/devices/bus/hp_dio/hp98544.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/bus/hp_dio/hp98544.cpp b/src/devices/bus/hp_dio/hp98544.cpp index 976ecd0f6b3..e2b4df56350 100644 --- a/src/devices/bus/hp_dio/hp98544.cpp +++ b/src/devices/bus/hp_dio/hp98544.cpp @@ -8,6 +8,7 @@ ***************************************************************************/ +#include "emu.h" #include "hp98544.h" #include "screen.h" -- cgit v1.2.3