C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

fix: compilation failure with gcc >= 13

Open VirtualTim opened this issue 1 year ago • 2 comments

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

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

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

VirtualTim avatar Jun 21 '24 04:06 VirtualTim

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 22 '24 00:07 github-actions[bot]

@Panquesito7?

VirtualTim avatar Jul 22 '24 06:07 VirtualTim