Skip to content

[BUG] gcc >= 13 reordered headers. #2710

@realstealthninja

Description

@realstealthninja

Description

#2702 mentions reports of algorithms failing to compile due to a reordering of the headerfiles. Including cstdint would be better practice too.

Expected behavior

all typedefs of primitive types containing files compiles

Actual behavior

Compilation failure

Steps to reproduce

  1. Use gcc >= 13
  2. Run cmake build on any of the algorithm containing typedefs like uint8_t

Context

Requiring temporary inclusions of cstdint before creating changes then removing them for the actual pr

Additional information

No response

Metadata

Metadata

Labels

bugdont-closeThis issue/pull request shouldn't be closed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions