From 338fe35dd7df45e7ac04bb8deb0bc30cbb4850a5 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 25 Jun 2017 19:54:19 +1000 Subject: [PATCH] pch.h isn't always implicit (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"