Skip to content

Commit c6e8264

Browse files
Update bit_manipulation/hamming_distance.cpp
1 parent 503f3ae commit c6e8264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/hamming_distance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
#include <cassert> /// for assert
16-
#include <cstdint> /// for integral typedefs
16+
#include <cstdint>
1717
#include <iostream> /// for io operations
1818

1919
/**

0 commit comments

Comments
 (0)