summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2mc.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-22 11:17:17 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-22 11:17:17 +0100
commitf6670511797a389e290b4dfdd37291187ff42bae (patch)
tree3f43bad69fedcbd72f44aa84a6c610960c145e14 /src/devices/machine/ps2mc.cpp
parent098b9e69cef5ca60ad730e14dd06b086dd9fc42b (diff)
build with MSVC (nw)
Diffstat (limited to 'src/devices/machine/ps2mc.cpp')
-rw-r--r--src/devices/machine/ps2mc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/ps2mc.cpp b/src/devices/machine/ps2mc.cpp
index 88f76b717c5..68ec1a54a1b 100644
--- a/src/devices/machine/ps2mc.cpp
+++ b/src/devices/machine/ps2mc.cpp
@@ -9,6 +9,7 @@
*
*/
+#include "emu.h"
#include "ps2mc.h"
DEFINE_DEVICE_TYPE(SONYPS2_MC, ps2_mc_device, "ps2mc", "PlayStation 2 Memory Card")