diff options
author | James Rowe <jroweboy@gmail.com> | 2019-08-16 21:24:17 -0600 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2019-08-16 21:24:17 -0600 |
commit | 509734d818220c323ae43f4ff862ec507f60463f (patch) | |
tree | 6a7ae3e61d455ec7b968a627e9f116670b37f4c7 /src | |
parent | e2392fe46fb775bafac0a2cdb43436e794849a15 (diff) |
Fixup! #2772 missed this one file
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/discord_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/discord_impl.cpp b/src/yuzu/discord_impl.cpp index 9d87a41ebb..ea00793534 100644 --- a/src/yuzu/discord_impl.cpp +++ b/src/yuzu/discord_impl.cpp @@ -9,7 +9,7 @@ #include "core/core.h" #include "core/loader/loader.h" #include "yuzu/discord_impl.h" -#include "yuzu/ui_settings.h" +#include "yuzu/uisettings.h" namespace DiscordRPC { |