diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-20 23:24:01 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:36:53 +0200 |
commit | 8cf9eb7f431e235a39f380118cfd081a604ea1c9 (patch) | |
tree | 40fb32350e16c85e65c44b121f8cf37d11ba6f13 /src/core/file_sys | |
parent | Citra: Fix the includes a bit, thanks to include-what-you-use. (diff) | |
download | yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.tar yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.tar.gz yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.tar.bz2 yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.tar.lz yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.tar.xz yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.tar.zst yuzu-8cf9eb7f431e235a39f380118cfd081a604ea1c9.zip |
Diffstat (limited to 'src/core/file_sys')
-rw-r--r-- | src/core/file_sys/archive_extsavedata.cpp | 1 | ||||
-rw-r--r-- | src/core/file_sys/archive_savedata.cpp | 1 | ||||
-rw-r--r-- | src/core/file_sys/archive_savedatacheck.cpp | 1 | ||||
-rw-r--r-- | src/core/file_sys/archive_systemsavedata.cpp | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/core/file_sys/archive_extsavedata.cpp b/src/core/file_sys/archive_extsavedata.cpp index e50c58a52..ce26e6bee 100644 --- a/src/core/file_sys/archive_extsavedata.cpp +++ b/src/core/file_sys/archive_extsavedata.cpp @@ -8,6 +8,7 @@ #include "common/file_util.h" #include "common/logging/log.h" #include "common/make_unique.h" +#include "common/string_util.h" #include "core/file_sys/archive_extsavedata.h" #include "core/file_sys/disk_archive.h" diff --git a/src/core/file_sys/archive_savedata.cpp b/src/core/file_sys/archive_savedata.cpp index a92309377..f8acec977 100644 --- a/src/core/file_sys/archive_savedata.cpp +++ b/src/core/file_sys/archive_savedata.cpp @@ -8,6 +8,7 @@ #include "common/file_util.h" #include "common/logging/log.h" #include "common/make_unique.h" +#include "common/string_util.h" #include "core/file_sys/archive_savedata.h" #include "core/file_sys/disk_archive.h" diff --git a/src/core/file_sys/archive_savedatacheck.cpp b/src/core/file_sys/archive_savedatacheck.cpp index e7e4fbf1d..def85d4c3 100644 --- a/src/core/file_sys/archive_savedatacheck.cpp +++ b/src/core/file_sys/archive_savedatacheck.cpp @@ -5,6 +5,7 @@ #include "common/file_util.h" #include "common/logging/log.h" #include "common/make_unique.h" +#include "common/string_util.h" #include "core/file_sys/archive_savedatacheck.h" #include "core/hle/service/fs/archive.h" diff --git a/src/core/file_sys/archive_systemsavedata.cpp b/src/core/file_sys/archive_systemsavedata.cpp index 4fe785c97..9a9182afc 100644 --- a/src/core/file_sys/archive_systemsavedata.cpp +++ b/src/core/file_sys/archive_systemsavedata.cpp @@ -7,6 +7,7 @@ #include "common/common_types.h" #include "common/file_util.h" #include "common/make_unique.h" +#include "common/string_util.h" #include "core/file_sys/archive_systemsavedata.h" #include "core/hle/service/fs/archive.h" |