include/vcl/font/Feature.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 0fede06b020fa0327877f4a8722290d48a742a2c Author: Sam James <s...@gentoo.org> AuthorDate: Fri Jun 13 19:30:18 2025 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Sat Jun 14 15:57:15 2025 +0200
vcl: include <cstdint> for uint32_t Change-Id: I274aca50232290ec05be9ea2700720526b8f761d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186477 Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> Tested-by: Jenkins diff --git a/include/vcl/font/Feature.hxx b/include/vcl/font/Feature.hxx index 67c24dd44f90..2696fc2c077a 100644 --- a/include/vcl/font/Feature.hxx +++ b/include/vcl/font/Feature.hxx @@ -14,6 +14,7 @@ #include <rtl/character.hxx> #include <rtl/ustring.hxx> #include <unotools/resmgr.hxx> +#include <cstdint> #include <vector> namespace vcl::font