summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar James Rowe2019-08-16 21:47:20 -0600
committerGravatar GitHub2019-08-16 21:47:20 -0600
commit93abe1ccf3b4e54715b8a541fd135fc395dd5b13 (patch)
tree6a7ae3e61d455ec7b968a627e9f116670b37f4c7
parentMerge pull request #2766 from FearlessTobi/port-4849 (diff)
parentFixup! #2772 missed this one file (diff)
downloadyuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.gz
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.tar.xz
yuzu-93abe1ccf3b4e54715b8a541fd135fc395dd5b13.zip
Merge pull request #2789 from jroweboy/quickfix
Fixup! #2772 missed this one file
-rw-r--r--src/yuzu/discord_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/discord_impl.cpp b/src/yuzu/discord_impl.cpp
index 9d87a41eb..ea0079353 100644
--- a/src/yuzu/discord_impl.cpp
+++ b/src/yuzu/discord_impl.cpp
@@ -9,7 +9,7 @@
9#include "core/core.h" 9#include "core/core.h"
10#include "core/loader/loader.h" 10#include "core/loader/loader.h"
11#include "yuzu/discord_impl.h" 11#include "yuzu/discord_impl.h"
12#include "yuzu/ui_settings.h" 12#include "yuzu/uisettings.h"
13 13
14namespace DiscordRPC { 14namespace DiscordRPC {
15 15