Skip to content

Commit 14cd706

Browse files
Update bit_manipulation/check_even_odd.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent f0b4d76 commit 14cd706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bit_manipulation/check_even_odd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
*/
2121

2222
#include <cassert> /// for assert
23-
#include <cstdint>
23+
#include <cstdint> /// for uint32_t
2424
#include <iostream> /// for IO operations
25-
#include <string>
25+
#include <string> /// for std::string
2626

2727
/**
2828
* @namespace bit_manipulation

0 commit comments

Comments
 (0)