summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-01 03:50:12 +0200
committerGitHub <noreply@github.com>2018-09-01 03:50:12 +0200
commit1c05c06e048c0471653275dcb00f391acbfd6324 (patch)
tree8eda46d4aac083d23a52223e1a3fc46bc6690a6c /src/core/file_sys/savedata_factory.h
parentMerge pull request #1205 from bunnei/improve-rasterizer-cache-2 (diff)
parentcore/core: Replace includes with forward declarations where applicable (diff)
downloadyuzu-1c05c06e048c0471653275dcb00f391acbfd6324.tar
yuzu-1c05c06e048c0471653275dcb00f391acbfd6324.tar.gz
yuzu-1c05c06e048c0471653275dcb00f391acbfd6324.tar.bz2
yuzu-1c05c06e048c0471653275dcb00f391acbfd6324.tar.lz
yuzu-1c05c06e048c0471653275dcb00f391acbfd6324.tar.xz
yuzu-1c05c06e048c0471653275dcb00f391acbfd6324.tar.zst
yuzu-1c05c06e048c0471653275dcb00f391acbfd6324.zip
Diffstat (limited to 'src/core/file_sys/savedata_factory.h')
-rw-r--r--src/core/file_sys/savedata_factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/savedata_factory.h b/src/core/file_sys/savedata_factory.h
index 368b36017..c6f9549f0 100644
--- a/src/core/file_sys/savedata_factory.h
+++ b/src/core/file_sys/savedata_factory.h
@@ -8,6 +8,7 @@
#include <string>
#include "common/common_types.h"
#include "common/swap.h"
+#include "core/file_sys/vfs.h"
#include "core/hle/result.h"
namespace FileSys {