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 <cstdint> includes #2881

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

suve
Copy link
Contributor

@suve suve commented Jan 19, 2023

Some files use various fixed-size types (uint8_t, uint32_t, etc.), which are declared in stdint.h / cstdint - without including this header file. With GCC13, the inter-header relationships have changed and stdint is no longer included transitively, leading to compilation errors. This commit adds explicit #include statements whenever necessary.

Some files use various fixed-size types (uint8_t, uint32_t, etc.),
which are declared in stdint.h / cstdint - without including this header
file. With GCC13, the inter-header relationships have changed and stdint
is no longer included transitively, leading to compilation errors.
This commit adds explicit #includes whenever necessary.
@Ghabry Ghabry added this to the 0.7.1 milestone Jan 24, 2023
@Ghabry
Copy link
Member

Ghabry commented Jan 24, 2023

Jenkins: Test this please

Thanks! I setup a Fedora 38 VM loally to ensure the remaining PRs do not break the upcoming release when compiling against g++13. :)

@fdelapena fdelapena merged commit 3c29438 into EasyRPG:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants