Skip to content

Commit b31776d

Browse files
Update bit_manipulation/next_higher_number_with_same_number_of_set_bits.cpp
1 parent c6e8264 commit b31776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/next_higher_number_with_same_number_of_set_bits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#include <cassert> /// for assert
19-
#include <cstdint> /// for integral typedefs
19+
#include <cstdint>
2020
#include <iostream> /// for IO operations
2121

2222
/**

0 commit comments

Comments
 (0)