summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-07-21 19:54:15 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2018-07-21 19:54:15 +1000
commit19ff23d2fdfd1252b14de17964f29c1fd8b7953c (patch)
tree1e38cbdd82e10e2e2f881276568260996b58e1ae
parenta5a1ebdf9def4b186da93444be7201270cd7b6d2 (diff)
(nw) fixed the build.
-rw-r--r--src/devices/cpu/mips/mips3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/mips/mips3.h b/src/devices/cpu/mips/mips3.h
index 429cdd1f753..25791793cbd 100644
--- a/src/devices/cpu/mips/mips3.h
+++ b/src/devices/cpu/mips/mips3.h
@@ -18,6 +18,7 @@ MIPS III/IV emulator.
#include "divtlb.h"
#include "cpu/drcfe.h"
#include "cpu/drcuml.h"
+#include "ps2vu.h"
class sonyvu0_device;