ARM-software / gator

Sources for Arm Streamline's gator daemon, part of Arm Mobile Studio suite of performance analysis tools
https://www.arm.com/products/development-tools/graphics/arm-mobile-studio
133 stars 70 forks source link

Include missing <cstdint> #40

Closed kraj closed 1 year ago

kraj commented 1 year ago

gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uintXX_t.

[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Signed-off-by: Khem Raj raj.khem@gmail.com