Skip to content

Add missing cstdint includes to fix build issues for GCC 15 on Fedora 42#2034

Merged
Maxnflaxl merged 1 commit intomasterfrom
fedora_42_build_fix
Mar 10, 2026
Merged

Add missing cstdint includes to fix build issues for GCC 15 on Fedora 42#2034
Maxnflaxl merged 1 commit intomasterfrom
fedora_42_build_fix

Conversation

@Aleksandr-Starun
Copy link
Member

The issue occurs because these files use fixed-width integer types (uint64_t, uint32_t) from the C++ standard library without including the required header. This is a strict requirement in modern C++ standards and particularly enforced by newer GCC versions like GCC 15 on Fedora 42.

@Maxnflaxl Maxnflaxl merged commit 99b25e7 into master Mar 10, 2026
9 of 10 checks passed
@Maxnflaxl Maxnflaxl deleted the fedora_42_build_fix branch March 10, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants