diff options
author | 2022-02-11 23:22:46 -0500 | |
---|---|---|
committer | 2022-02-11 23:22:46 -0500 | |
commit | 0cb0cfd4c66915b43929d496fb694445fd7ab6ea (patch) | |
tree | bf6b5354e06024451554153eb4d60fbc97b47811 /src/frontend/mame/cheat.cpp | |
parent | a9440352de702cc42c4ac972aeb1e37fe6bd8b2a (diff) |
Remove fileio.h from emu.h
Diffstat (limited to 'src/frontend/mame/cheat.cpp')
-rw-r--r-- | src/frontend/mame/cheat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/cheat.cpp b/src/frontend/mame/cheat.cpp index c16316e8d02..d5221a71213 100644 --- a/src/frontend/mame/cheat.cpp +++ b/src/frontend/mame/cheat.cpp @@ -81,6 +81,7 @@ #include "corestr.h" #include "emuopts.h" +#include "fileio.h" #include <cstring> #include <iterator> |