summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/ObjectCache.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/VideoBackends/Vulkan/ObjectCache.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/VideoBackends/Vulkan/ObjectCache.cpp')
-rw-r--r--Source/Core/VideoBackends/Vulkan/ObjectCache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp
index 85609ec48e..93b2144338 100644
--- a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp
+++ b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp
@@ -10,6 +10,7 @@
#include "Common/Assert.h"
#include "Common/CommonFuncs.h"
+#include "Common/FileUtil.h"
#include "Common/LinearDiskCache.h"
#include "Common/MsgHandler.h"