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 required header for GCC 13 compatibility #164

Merged

Conversation

latchdevel
Copy link
Contributor

Recently Github Actions has updated the Ubuntu workfollow workers from version 22.04 to 24.04, as announced here: actions/runner-images#10636

This update is accompanied by the update of the GCC version from 11.4.0 to 13.3.0, which introduces changes in the header file dependency as indicated here: https://gcc.gnu.org/gcc-13/porting_to.html

This small fix is required for this reason, so that tests can be built without errors.

Best regards.

@lasselukkari lasselukkari merged commit 7957051 into lasselukkari:master Jan 16, 2025
2 checks passed
@lasselukkari
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