diff options
author | 2017-06-25 19:54:19 +1000 | |
---|---|---|
committer | 2017-06-25 19:54:19 +1000 | |
commit | 338fe35dd7df45e7ac04bb8deb0bc30cbb4850a5 (patch) | |
tree | fcc1b641d8ae5b09f2a0a4b85973b8e1b8bcc7ef /src | |
parent | f31e73505343e3fe9cf9539b559e594035c4d9cb (diff) |
pch.h isn't always implicit (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/bus/hp_dio/hp98544.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |