diff options
| author | JosJuice <josjuice@gmail.com> | 2025-05-02 08:03:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 08:03:01 +0200 |
| commit | 58d305f75c49552c4307a713045f74cae54e07ed (patch) | |
| tree | fe3c2419cb4b880f8b8f0e9d33f55d0f868c773f /Source | |
| parent | 0066119e411a99687f93e29ed0cb5fab8acc8c31 (diff) | |
| parent | fbb54604b6a4773c68ef2cfde06dcdafd8eabea2 (diff) | |
Merge pull request #13616 from parona-source/musl-cstdint
UICommon: Include implicit header
Diffstat (limited to 'Source')
| -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> |
