mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-11 06:28:09 +02:00
Include <cstdint> to fix these compilation errors:
../../src/sksl/SkSLString.h:124:18: error: unknown type name 'uint32_t'
124 | String to_string(uint32_t value);
| ^
../../src/sksl/SkSLString.h:128:18: error: unknown type name 'uint64_t'
128 | String to_string(uint64_t value);
| ^
Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35853>
|
||
|---|---|---|
| .. | ||
| build-deqp-gl_Build-Don-t-build-Vulkan-utilities-for-GL-builds.patch | ||
| build-deqp-gl_Revert-Add-missing-context-deletion.patch | ||
| build-deqp-gl_Revert-Fix-issues-with-GLX-reset-notification-strate.patch | ||
| build-deqp-gl_Revert-Fix-spurious-failures-when-using-a-config-wit.patch | ||
| build-skqp_BUILD.gn.patch | ||
| build-skqp_fetch_gn.patch | ||
| build-skqp_git-sync-deps.patch | ||
| build-skqp_gl.patch | ||
| build-skqp_include_cstdint.patch | ||
| build-skqp_is_clang.py.patch | ||
| build-skqp_nima.patch | ||
| weston-no-xwm.patch | ||