diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-05-01 21:56:48 +0300 |
|---|---|---|
| committer | Alfred Wingate <parona@protonmail.com> | 2025-05-02 02:03:41 +0300 |
| commit | fbb54604b6a4773c68ef2cfde06dcdafd8eabea2 (patch) | |
| tree | e9506425b7ad71d2bb07a9787132628aa68f114e /Source/Core/UICommon | |
| parent | 0ce929220d2d8d2e07b0038e1e73c957437a86d2 (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/Core/UICommon')
| -rw-r--r-- | Source/Core/UICommon/DiscordPresence.h | 1 |
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> |
