Skip to content
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

Fix build with gcc 13 by including <cstdint> #5765

Merged
merged 1 commit into from Jan 27, 2023

Conversation

heirecka
Copy link
Contributor

Like other versions before, gcc 13 moved some includes around and as a result is no longer transitively included. Explicitly include it for uint*_t.

Like other versions before, gcc 13 moved some includes around and as a
result <cstdint> is no longer transitively included. Explicitly include
it for uint*_t.
Copy link
Member

@Noordfrees Noordfrees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the patch :)

@Noordfrees Noordfrees merged commit a05b4e7 into widelands:master Jan 27, 2023
@Noordfrees Noordfrees added this to the v1.2 milestone Jan 27, 2023
pld-gitsync pushed a commit to pld-linux/widelands that referenced this pull request Jul 5, 2023
@heirecka heirecka deleted the fix-build-with-gcc13 branch April 23, 2024 17:30
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.

None yet

2 participants