Skip to content

Commit 9a1c789

Browse files
Update bit_manipulation/count_bits_flip.cpp
1 parent 4e49a13 commit 9a1c789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/count_bits_flip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @author [Yash Raj Singh](https://github.com/yashrajyash)
2121
*/
2222
#include <cassert> /// for assert
23-
#include <cstdint> /// for integral typedefs
23+
#include <cstdint>
2424
#include <iostream> /// for IO operations
2525
/**
2626
* @namespace bit_manipulation

0 commit comments

Comments
 (0)