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

Add missing standard library includes (fix build with GCC 13) #45

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Add missing standard library includes (fix build with GCC 13) #45

merged 1 commit into from
Feb 4, 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.

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

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.

Bug: https://bugs.gentoo.org/892814
@thesamesam thesamesam changed the title fileio: Add missing <cstdint> include Add missing standard library includes (fix build with GCC 13) Feb 4, 2023
@coelckers coelckers merged commit 7695852 into ZDoom:master Feb 4, 2023
@thesamesam thesamesam deleted the gcc13 branch February 4, 2023 20:43
@thesamesam
Copy link
Contributor Author

Thanks!

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