diff options
Diffstat (limited to 'src/devices/machine/icm7170.cpp')
-rw-r--r-- | src/devices/machine/icm7170.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/icm7170.cpp b/src/devices/machine/icm7170.cpp index 3960545ee94..f4559a72b3f 100644 --- a/src/devices/machine/icm7170.cpp +++ b/src/devices/machine/icm7170.cpp @@ -10,6 +10,7 @@ #include "icm7170.h" #include "coreutil.h" +#include "fileio.h" #define VERBOSE (0) #include "logmacro.h" |