diff options
Diffstat (limited to 'src/mame/drivers/apple2.cpp')
-rw-r--r-- | src/mame/drivers/apple2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/apple2.cpp b/src/mame/drivers/apple2.cpp index 33e4bc731d3..9581987ca54 100644 --- a/src/mame/drivers/apple2.cpp +++ b/src/mame/drivers/apple2.cpp @@ -44,6 +44,7 @@ II Plus: RAM options reduced to 16/32/48 KB. #include "machine/74259.h" #include "machine/bankdev.h" +#include "machine/timer.h" #include "imagedev/flopdrv.h" #include "bus/a2bus/a2alfam2.h" |