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 cstdint imports to ParseTools #1066

Closed
wants to merge 1 commit into from

Conversation

tomp
Copy link

@tomp tomp commented Oct 23, 2023

Adding these imports was necessary to compile the code successfully with gcc 13.2.1 20230801 on an up-to-date Arch Linux system.

This was also reported as on issue on Fedora 38, in #1056

This was necessary to compile the code successfully with
gcc 13.2.1 20230801 on an up-to-date Arch Linux system.
This was also reported as on issue on Fedora 38, in
arq5x#1056
@jmarshall
Copy link
Contributor

I'd suggest fixing this by avoiding needing such types in ParseTools.h instead: see PR #1067, which fixes a few other GCC 13 warnings too.

@arq5x arq5x closed this in #1067 Oct 30, 2023
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.

3 participants