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