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 #29

Merged
merged 1 commit into from
Apr 23, 2023
Merged

Fix build with GCC 13 #29

merged 1 commit into from
Apr 23, 2023

Conversation

thesamesam
Copy link
Contributor

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

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

Bug: https://bugs.gentoo.org/895142

@Blub
Copy link
Owner

Blub commented Apr 22, 2023

Thanks! Could you include a sign-off line in the commit message please?

@Blub Blub closed this Apr 22, 2023
@Blub Blub reopened this Apr 22, 2023
GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some
are no longer transitively included.

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

Bug: https://bugs.gentoo.org/895142
Signed-off-by: Sam James <sam@gentoo.org>
@thesamesam
Copy link
Contributor Author

Done, thanks!

@Blub Blub merged commit e8bfd01 into Blub:master Apr 23, 2023
@thesamesam thesamesam deleted the gcc13 branch April 23, 2023 16:00
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