summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-08 18:31:50 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-08 18:31:50 +0000
commit871ac829c2781b954572537e880ef799528dc36e (patch)
treeb8dce88fce5bb4a2917ab55d71cd41e39ec9f9cd
parent3ef28f1eb73cde3ff5e420685c33a2167cc860cc (diff)
whoops II.
-rw-r--r--src/mess/includes/intv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mess/includes/intv.h b/src/mess/includes/intv.h
index 5f343f45f13..949df7fb86d 100644
--- a/src/mess/includes/intv.h
+++ b/src/mess/includes/intv.h
@@ -14,6 +14,10 @@
#include "bus/intv/ecs.h"
//#include "bus/intv/keycomp.h"
+#include "bus/generic/slot.h"
+#include "bus/generic/carts.h"
+
+
class intv_state : public driver_device
{
public: