summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/serflash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/serflash.cpp')
-rw-r--r--src/devices/machine/serflash.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/serflash.cpp b/src/devices/machine/serflash.cpp
index c7589e6f58e..2d645f8e5c6 100644
--- a/src/devices/machine/serflash.cpp
+++ b/src/devices/machine/serflash.cpp
@@ -8,6 +8,8 @@
#include "emu.h"
#include "machine/serflash.h"
+#include "fileio.h"
+
#include <algorithm>
ALLOW_SAVE_TYPE(serflash_device::flash_state_t);