Skip to content

Add missing header for GCC 15 #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged

Conversation

dbermond
Copy link
Contributor

The C++ header <cstdint> is explicitly required to be included with GCC 15 and beyond when using fixed width integer types.

For more details, see the guide about porting to GCC 15.

The header '<cstdint>'[1] is explicitly required to be included
with GCC 15 and beyond when using fixed width integer types[2].

For more details, see the guide about porting[3] to GCC 15.

[1] https://en.cppreference.com/w/cpp/header/cstdint.html
[2] https://en.cppreference.com/w/cpp/types/integer.html
[3] https://gcc.gnu.org/gcc-15/porting_to.html#cxx
@DichenZhang1 DichenZhang1 merged commit 5fa99b5 into google:main Jul 17, 2025
20 checks passed
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