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

fix: compilation failure with gcc >= 13 #2702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VirtualTim
Copy link

@VirtualTim VirtualTim commented Jun 21, 2024

Description of Change

It appears that gcc13 reordered some headers, so iostream no longer includes cstdint.
Files using cstdint via iostream need to be updated.
I've only changed one file, but there's sure to be more that need changing (see #2698).

Checklist

  • Added description of change
  • PR title follows semantic commit guidelines
  • I acknowledge that all my contributions will be made under the project's license.

Notes: For testing - https://godbolt.org/z/6WWh3zs9G

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