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

explicit include the cstdint header for gcc 13 support #352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

K1ngst0m
Copy link

@K1ngst0m K1ngst0m commented Jun 7, 2023

According to the https://gcc.gnu.org/gcc-13/porting_to.html, gcc 13 doesn't implicitly include <cstdint> anymore, so we need to include it explicitly.

Currently using my fork for the OpenEXR submodule for testing.

@K1ngst0m K1ngst0m closed this Jun 7, 2023
@K1ngst0m K1ngst0m reopened this Jun 7, 2023
@K1ngst0m K1ngst0m changed the title Add cstdint header include for flip.cpp Add cstdint header include for gcc 13 Jun 7, 2023
@K1ngst0m K1ngst0m changed the title Add cstdint header include for gcc 13 Add cstdint header include for gcc 13 support Jun 7, 2023
@K1ngst0m K1ngst0m changed the title Add cstdint header include for gcc 13 support explicit include the cstdint header for gcc 13 support Jun 7, 2023
@K1ngst0m K1ngst0m force-pushed the patch-1 branch 2 times, most recently from afcf826 to b0dcb47 Compare June 7, 2023 11:20
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

1 participant