diff --git a/bit_manipulation/hamming_distance.cpp b/bit_manipulation/hamming_distance.cpp index 62879cf48..feb315410 100644 --- a/bit_manipulation/hamming_distance.cpp +++ b/bit_manipulation/hamming_distance.cpp @@ -12,7 +12,8 @@ * @author [Ravishankar Joshi](https://github.com/ravibitsgoa) */ -#include /// for assert +#include /// for assert +#include #include /// for io operations /**