From 3a1182bdd478dac3c284549cb6152a5e96a6b34f Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 25 Jun 2018 14:36:10 +1000 Subject: [PATCH] damn PCH (nw) --- src/emu/romentry.cpp | 2 ++ src/emu/softlist.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/emu/romentry.cpp b/src/emu/romentry.cpp index 01df77c344a..4bd8cbd4e3c 100644 --- a/src/emu/romentry.cpp +++ b/src/emu/romentry.cpp @@ -8,7 +8,9 @@ *********************************************************************/ +#include "emu.h" #include "romentry.h" + #include "strformat.h" diff --git a/src/emu/softlist.cpp b/src/emu/softlist.cpp index 8854b8d5e39..40b0013490b 100644 --- a/src/emu/softlist.cpp +++ b/src/emu/softlist.cpp @@ -8,7 +8,9 @@ ***************************************************************************/ +#include "emu.h" #include "softlist.h" + #include "hash.h" #include "expat.h"