From fbb54604b6a4773c68ef2cfde06dcdafd8eabea2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 1 May 2025 21:56:48 +0300 Subject: [PATCH] UICommon: Include implicit header The header isn't implicitly included on musl. Bug: https://bugs.gentoo.org/952952 Signed-off-by: Alfred Wingate --- Source/Core/UICommon/DiscordPresence.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/UICommon/DiscordPresence.h b/Source/Core/UICommon/DiscordPresence.h index 4e628337d8..59b8c6a6c8 100644 --- a/Source/Core/UICommon/DiscordPresence.h +++ b/Source/Core/UICommon/DiscordPresence.h @@ -3,6 +3,7 @@ #pragma once +#include #include #include