ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
64 stars 29 forks source link

Explicitly include cstdint for gcc13 #227

Closed league closed 4 months ago

league commented 4 months ago

My newish laptop has gcc13 by default. It needs explicit <cstdint> to define uint64_t and friends.

https://gcc.gnu.org/gcc-13/porting_to.html

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3c68028) 68.19% compared to head (b83f497) 68.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #227 +/- ## ======================================= Coverage 68.19% 68.19% ======================================= Files 65 65 Lines 5515 5515 ======================================= Hits 3761 3761 Misses 1754 1754 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.