cuttlefish
cuttlefish copied to clipboard
Avoid implicit type casts, add missing includes
This PR adds two missing includes (cstddef in Color_Encoding and cstdint in RabbitFX) and changes the type of some variables (minimizer index and bucket count) to make clang happy.
Adding the missing includes also fixes https://github.com/COMBINE-lab/cuttlefish/issues/50.