summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2intc.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/ps2intc.cpp
parent098b9e69cef5ca60ad730e14dd06b086dd9fc42b (diff)
build with MSVC (nw)
Diffstat (limited to 'src/devices/machine/ps2intc.cpp')
-rw-r--r--src/devices/machine/ps2intc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ps2intc.cpp b/src/devices/machine/ps2intc.cpp
index 57ce3172316..e1bb2a6046b 100644
--- a/src/devices/machine/ps2intc.cpp
+++ b/src/devices/machine/ps2intc.cpp
@@ -9,8 +9,8 @@
*
*/
+#include "emu.h"
#include "ps2intc.h"
-#include "cpu/mips/ps2vu.h"
DEFINE_DEVICE_TYPE(SONYPS2_INTC, ps2_intc_device, "ps2intc", "PlayStation 2 EE INTC")