diff options
Diffstat (limited to 'src/devices/machine/ps2intc.h')
-rw-r--r-- | src/devices/machine/ps2intc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/ps2intc.h b/src/devices/machine/ps2intc.h index 078061fbb9d..f6ec945741e 100644 --- a/src/devices/machine/ps2intc.h +++ b/src/devices/machine/ps2intc.h @@ -14,6 +14,8 @@ #pragma once +class ps2_intc_device; + #include "cpu/mips/mips3.h" class ps2_intc_device : public device_t |