diff options
| author | 2018-07-22 11:17:17 +0100 | |
|---|---|---|
| committer | 2018-07-22 11:17:17 +0100 | |
| commit | f6670511797a389e290b4dfdd37291187ff42bae (patch) | |
| tree | 3f43bad69fedcbd72f44aa84a6c610960c145e14 /src/devices/machine/ps2intc.cpp | |
| parent | 098b9e69cef5ca60ad730e14dd06b086dd9fc42b (diff) | |
build with MSVC (nw)
Diffstat (limited to 'src/devices/machine/ps2intc.cpp')
| -rw-r--r-- | src/devices/machine/ps2intc.cpp | 2 |
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") |
