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

Include <stdint.h> in base.h #39

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

jwakely
Copy link
Contributor

@jwakely jwakely commented Jan 8, 2025

This is needed for uint32_t, used in several headers.

Use <stdint.h> not <cstdint> because the code uses uint32_t not std::uint32_t.

This is needed for `uint32_t`, used in several headers.

Use `<stdint.h>` not `<cstdint>` because the code uses `uint32_t` not `std::uint32_t`.
@jwakely
Copy link
Contributor Author

jwakely commented Jan 8, 2025

See https://gcc.gnu.org/gcc-15/porting_to.html#header-dep-changes for why this wasn't a problem until now.

@viewizard viewizard merged commit ddc7de6 into viewizard:master Jan 8, 2025
@viewizard
Copy link
Owner

Thank you!

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.

2 participants