summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-11-05 11:39:17 -0500
committerGitHub <noreply@github.com>2020-11-05 11:39:17 -0500
commit4d1c1bea34dd3ca327dc599068e46328108619c8 (patch)
tree7568daa10d09a56c402e92aae1aa5e2ceecb2092 /Source/Core/VideoCommon/VideoBackendBase.cpp
parent069840fb7efedf4623b7aa2c63f7a035e0d23bfd (diff)
parent28aa04312c9aed0be6eac8940a1b0b0d7ab35868 (diff)
Merge pull request #9222 from JosJuice/cache-fstream
Common/LinearDiskCache: Replace std::fstream with File::IOFile
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoBackendBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoBackendBase.cpp b/Source/Core/VideoCommon/VideoBackendBase.cpp
index c4c26ed6a3..d90064bae3 100644
--- a/Source/Core/VideoCommon/VideoBackendBase.cpp
+++ b/Source/Core/VideoCommon/VideoBackendBase.cpp
@@ -16,6 +16,7 @@
#include "Common/CommonTypes.h"
#include "Common/Config/Config.h"
#include "Common/Event.h"
+#include "Common/FileUtil.h"
#include "Common/Logging/Log.h"
#include "Core/Config/MainSettings.h"