diff options
author | bunnei <bunneidev@gmail.com> | 2018-07-02 21:39:22 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-07-02 21:45:48 -0400 |
commit | 76b475faf774a7a357bdc707e556c75f7975bc45 (patch) | |
tree | c1acee7b309a3ee7b405dece76a3389b700f6052 /src/yuzu_cmd | |
parent | 6269a01b4e9963ffdaf98ddf5d5f2a90d49e58ff (diff) |
Fix build and address review feedback
Diffstat (limited to 'src/yuzu_cmd')
-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 @@ #include <string> #include <thread> +#include "common/common_paths.h" #include "common/logging/backend.h" #include "common/logging/filter.h" #include "common/logging/log.h" |