summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-02 21:39:22 -0400
committerbunnei <bunneidev@gmail.com>2018-07-02 21:45:48 -0400
commit76b475faf774a7a357bdc707e556c75f7975bc45 (patch)
treec1acee7b309a3ee7b405dece76a3389b700f6052 /src/yuzu_cmd/yuzu.cpp
parent6269a01b4e9963ffdaf98ddf5d5f2a90d49e58ff (diff)
Fix build and address review feedback
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r--src/yuzu_cmd/yuzu.cpp1
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"