summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-21 01:18:04 -0400
committerGitHub <noreply@github.com>2018-08-21 01:18:04 -0400
commit79243b6fa08bce2811fb077b432f81f2b752c544 (patch)
treebec6ae2e3f02afe0201b5d3a64d49b32e666a72a /src/yuzu/game_list.cpp
parentb0f7713fce968c83ee105458dfe361644c937e21 (diff)
parent477eee3993fe366bcc4cf937de30259ec359adf0 (diff)
Merge pull request #1129 from lioncash/header
romfs_factory, service/filesystem: Use forward declarations where applicable
Diffstat (limited to 'src/yuzu/game_list.cpp')
-rw-r--r--src/yuzu/game_list.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp
index bc4b93033..a974fb933 100644
--- a/src/yuzu/game_list.cpp
+++ b/src/yuzu/game_list.cpp
@@ -16,6 +16,7 @@
#include "common/string_util.h"
#include "core/file_sys/content_archive.h"
#include "core/file_sys/control_metadata.h"
+#include "core/file_sys/registered_cache.h"
#include "core/file_sys/romfs.h"
#include "core/file_sys/vfs_real.h"
#include "core/loader/loader.h"