Skip to content

Commit 8a7eec5

Browse files
Update bit_manipulation/count_of_set_bits.cpp
1 parent 9a1c789 commit 8a7eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/count_of_set_bits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author [Prashant Thakur](https://github.com/prashant-th18)
1717
*/
1818
#include <cassert> /// for assert
19-
#include <cstdint> /// for integral typedefs
19+
#include <cstdint>
2020
#include <iostream> /// for IO operations
2121
/**
2222
* @namespace bit_manipulation

0 commit comments

Comments
 (0)