diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-21 01:18:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 01:18:04 -0400 |
commit | 79243b6fa08bce2811fb077b432f81f2b752c544 (patch) | |
tree | bec6ae2e3f02afe0201b5d3a64d49b32e666a72a /src/yuzu/main.cpp | |
parent | b0f7713fce968c83ee105458dfe361644c937e21 (diff) | |
parent | 477eee3993fe366bcc4cf937de30259ec359adf0 (diff) |
Merge pull request #1129 from lioncash/header
romfs_factory, service/filesystem: Use forward declarations where applicable
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 11d2331df..3db3f9d98 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -27,7 +27,9 @@ #include "common/string_util.h" #include "core/core.h" #include "core/crypto/key_manager.h" +#include "core/file_sys/bis_factory.h" #include "core/file_sys/card_image.h" +#include "core/file_sys/registered_cache.h" #include "core/file_sys/vfs_real.h" #include "core/gdbstub/gdbstub.h" #include "core/loader/loader.h" |