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>
This commit is contained in:
Alfred Wingate 2025-05-01 21:56:48 +03:00
parent 0ce929220d
commit fbb54604b6
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#pragma once
#include <cstdint>
#include <functional>
#include <string>