Without the change build fails as
https://hydra.nixos.org/build/247616582:
In file included from /build/source/tests/unit/TestKafkaMetrics.cc:1:
/build/source/include/kafka/addons/KafkaMetrics.h:46:22: error: 'int64_t' is not a member of 'std'; did you mean 'int64_t'?
46 | ResultsType<std::int64_t> getInt(const KeysType& keys) const { return get<std::int64_t>(keys); }
| ^~~~~~~