summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/generic/carts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/generic/carts.cpp')
-rw-r--r--src/devices/bus/generic/carts.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/generic/carts.cpp b/src/devices/bus/generic/carts.cpp
index b5a7dc7514a..032899823f8 100644
--- a/src/devices/bus/generic/carts.cpp
+++ b/src/devices/bus/generic/carts.cpp
@@ -9,6 +9,9 @@
#include "emu.h"
#include "carts.h"
+#include "rom.h"
+#include "ram.h"
+
SLOT_INTERFACE_START(generic_plain_slot)
SLOT_INTERFACE_INTERNAL("rom", GENERIC_ROM_PLAIN)