summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-05-01 21:56:48 +0300
committerAlfred Wingate <parona@protonmail.com>2025-05-02 02:03:41 +0300
commitfbb54604b6a4773c68ef2cfde06dcdafd8eabea2 (patch)
treee9506425b7ad71d2bb07a9787132628aa68f114e /Source
parent0ce929220d2d8d2e07b0038e1e73c957437a86d2 (diff)
UICommon: Include implicit header
The header isn't implicitly included on musl. Bug: https://bugs.gentoo.org/952952 Signed-off-by: Alfred Wingate <parona@protonmail.com>
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/UICommon/DiscordPresence.h1
1 files changed, 1 insertions, 0 deletions
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 <cstdint>
#include <functional>
#include <string>