summaryrefslogtreecommitdiffstats
path: root/src/emu/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.cpp')
-rw-r--r--src/emu/video.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/video.cpp b/src/emu/video.cpp
index 5d3691c08c9..6a6c75477aa 100644
--- a/src/emu/video.cpp
+++ b/src/emu/video.cpp
@@ -11,6 +11,7 @@
#include "emu.h"
#include "emuopts.h"
#include "debugger.h"
+#include "fileio.h"
#include "ui/uimain.h"
#include "crsshair.h"
#include "rendersw.hxx"
@@ -318,7 +319,7 @@ std::string video_manager::speed_text()
// file handle
//-------------------------------------------------
-void video_manager::save_snapshot(screen_device *screen, emu_file &file)
+void video_manager::save_snapshot(screen_device *screen, util::core_file &file)
{
// validate
assert(!m_snap_native || screen != nullptr);