summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-03 17:52:12 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-09 03:18:45 +0200
commit52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e (patch)
tree4d97c9b960f08d5224fed068ebe33fb036b843ca /src/core/file_sys/savedata_factory.h
parentcore: Port core to VfsFilesystem for file access (diff)
downloadyuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.tar
yuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.tar.gz
yuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.tar.bz2
yuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.tar.lz
yuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.tar.xz
yuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.tar.zst
yuzu-52a2e42cb93d7ebfd329aafb04b8bd0aaa67e19e.zip
Diffstat (limited to '')
-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 e3a578c0f..f3cf50d5a 100644
--- a/src/core/file_sys/savedata_factory.h
+++ b/src/core/file_sys/savedata_factory.h
@@ -7,6 +7,7 @@
#include <memory>
#include <string>
#include "common/common_types.h"
+#include "common/swap.h"
#include "core/hle/result.h"
namespace FileSys {