Loading
timeloop: fix `gcc-13` build failure
Without the change build fails on `master` as https://hydra.nixos.org/build/248973743: include/compound-config/compound-config.hpp:149:8: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’? 149 | std::uint64_t parseElementSize(std::string name); | ^~~~~~~~ | wint_t