Skip to content

Commit 12f0d52

Browse files
Update bit_manipulation/set_kth_bit.cpp
1 parent f509005 commit 12f0d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/set_kth_bit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
#include <cassert> /// for assert
22-
#include <cstdint> /// for integral typdefs
22+
#include <cstdint>
2323
#include <iostream> /// for IO operations
2424

2525
/**

0 commit comments

Comments
 (0)