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

LanGameInfo: Add missing <cstdint> include #1548

Merged
merged 1 commit into from Jan 29, 2023
Merged

LanGameInfo: Add missing <cstdint> include #1548

merged 1 commit into from Jan 29, 2023

Conversation

thesamesam
Copy link
Contributor

GCC 13 (as usual for new compiler releases) shuffles around some internal includes and so etc is no longer transitively included.

See https://www.gnu.org/software/gcc/gcc-13/porting_to.html.

Closes: Return-To-The-Roots/libsiedler2#20
Bug: https://bugs.gentoo.org/891713

GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> etc is no longer transitively included.

See https://www.gnu.org/software/gcc/gcc-13/porting_to.html.

Closes: Return-To-The-Roots/libsiedler2#20
Bug: https://bugs.gentoo.org/891713
@Flamefire Flamefire merged commit a75fc30 into Return-To-The-Roots:master Jan 29, 2023
@thesamesam thesamesam deleted the gcc-13 branch January 29, 2023 18:51
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.

libsiedler2 fails to compile with gcc-13
2 participants