diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-03 21:20:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 21:20:34 -0400 |
commit | 2afe8ac4a714de836ee58b45598a25c687a1bf12 (patch) | |
tree | 18af783e535a854dd2fea5e6538b442c2372f994 /src/yuzu/main.cpp | |
parent | 9cfe2414cbd02f9c5d1cc4c786e56cc1b1803299 (diff) | |
parent | a40537314405d62baa012836da9bba24ad4b02e5 (diff) |
Merge pull request #1229 from lioncash/forward-decl
vfs_real: Forward declare IOFile
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index cfc48a416..fd73b8541 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -18,6 +18,7 @@ #include <QtWidgets> #include <fmt/format.h> #include "common/common_paths.h" +#include "common/file_util.h" #include "common/logging/backend.h" #include "common/logging/filter.h" #include "common/logging/log.h" |