diff options
| author | 2018-07-02 21:39:22 -0400 | |
|---|---|---|
| committer | 2018-07-02 21:45:48 -0400 | |
| commit | 76b475faf774a7a357bdc707e556c75f7975bc45 (patch) | |
| tree | c1acee7b309a3ee7b405dece76a3389b700f6052 /src/yuzu_cmd/yuzu.cpp | |
| parent | Add configurable logging backends (diff) | |
| download | yuzu-76b475faf774a7a357bdc707e556c75f7975bc45.tar.gz yuzu-76b475faf774a7a357bdc707e556c75f7975bc45.tar.xz yuzu-76b475faf774a7a357bdc707e556c75f7975bc45.zip | |
Fix build and address review feedback
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 89a3e9f30..8ddd202d8 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include <string> | 7 | #include <string> |
| 8 | #include <thread> | 8 | #include <thread> |
| 9 | 9 | ||
| 10 | #include "common/common_paths.h" | ||
| 10 | #include "common/logging/backend.h" | 11 | #include "common/logging/backend.h" |
| 11 | #include "common/logging/filter.h" | 12 | #include "common/logging/filter.h" |
| 12 | #include "common/logging/log.h" | 13 | #include "common/logging/log.h" |