diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-04 17:51:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 17:51:54 +0200 |
commit | 8ec1e168672a0e3798eb45680e0fed59f3775645 (patch) | |
tree | c7358ce2a72143b4fe1704c889716075cce58f98 /src/core/file_sys/romfs.h | |
parent | Merge pull request #1236 from degasus/microprofile (diff) | |
parent | file_sys: Replace includes with forward declarations where applicable (diff) | |
download | yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.tar yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.tar.gz yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.tar.bz2 yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.tar.lz yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.tar.xz yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.tar.zst yuzu-8ec1e168672a0e3798eb45680e0fed59f3775645.zip |
Diffstat (limited to 'src/core/file_sys/romfs.h')
-rw-r--r-- | src/core/file_sys/romfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/romfs.h b/src/core/file_sys/romfs.h index 03a876d22..e54a7d7a9 100644 --- a/src/core/file_sys/romfs.h +++ b/src/core/file_sys/romfs.h @@ -6,6 +6,7 @@ #include <array> #include "common/common_funcs.h" +#include "common/common_types.h" #include "common/swap.h" #include "core/file_sys/vfs.h" |