Loading
svaba: fix `gcc-13` build failure
Without the change build fails on `master` as https://hydra.nixos.org/build/249164637: In file included from Histogram.cpp:1: Histogram.h:104:61: error: 'uint32_t' does not name a type 104 | Histogram(const int32_t& start, const int32_t& end, const uint32_t& width); | ^~~~~~~~