diff options
Diffstat (limited to 'src/devices/machine/x2201.cpp')
-rw-r--r-- | src/devices/machine/x2201.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/x2201.cpp b/src/devices/machine/x2201.cpp index d93fca101ff..50be117403e 100644 --- a/src/devices/machine/x2201.cpp +++ b/src/devices/machine/x2201.cpp @@ -24,6 +24,9 @@ #include "emu.h" #include "machine/x2201.h" + +#include "fileio.h" + #include <algorithm> |