diff options
| author | 2018-09-03 21:20:34 -0400 | |
|---|---|---|
| committer | 2018-09-03 21:20:34 -0400 | |
| commit | 2afe8ac4a714de836ee58b45598a25c687a1bf12 (patch) | |
| tree | 18af783e535a854dd2fea5e6538b442c2372f994 /src/yuzu_cmd/yuzu.cpp | |
| parent | Merge pull request #1233 from lioncash/dynarmic (diff) | |
| parent | vfs_real: Forward declare IOFile (diff) | |
| download | yuzu-2afe8ac4a714de836ee58b45598a25c687a1bf12.tar.gz yuzu-2afe8ac4a714de836ee58b45598a25c687a1bf12.tar.xz yuzu-2afe8ac4a714de836ee58b45598a25c687a1bf12.zip | |
Merge pull request #1229 from lioncash/forward-decl
vfs_real: Forward declare IOFile
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
| -rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 41e7da897..173ac0e0f 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include <fmt/ostream.h> | 10 | #include <fmt/ostream.h> |
| 11 | 11 | ||
| 12 | #include "common/common_paths.h" | 12 | #include "common/common_paths.h" |
| 13 | #include "common/file_util.h" | ||
| 13 | #include "common/logging/backend.h" | 14 | #include "common/logging/backend.h" |
| 14 | #include "common/logging/filter.h" | 15 | #include "common/logging/filter.h" |
| 15 | #include "common/logging/log.h" | 16 | #include "common/logging/log.h" |