diff options
| author | bunnei <bunneidev@gmail.com> | 2018-08-31 21:50:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-31 21:50:12 -0400 |
| commit | 1c05c06e048c0471653275dcb00f391acbfd6324 (patch) | |
| tree | 8eda46d4aac083d23a52223e1a3fc46bc6690a6c /src/core/hle/service/filesystem/filesystem.h | |
| parent | 42588493d5ad5d824fc557ac936e64e5e7fd7e44 (diff) | |
| parent | 4a587b81b285bcd41246329e89591be7cfe37c8a (diff) | |
Merge pull request #1212 from lioncash/forward-decl
core/core: Replace includes with forward declarations where applicable
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index d88a66825..9ba0e2eab 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -7,6 +7,7 @@ #include <memory> #include "common/common_types.h" #include "core/file_sys/directory.h" +#include "core/file_sys/vfs.h" #include "core/hle/result.h" namespace FileSys { |
