Skip to content

Commit 813cdca

Browse files
Update bit_manipulation/sliding_window_xor.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent a285fc8 commit 813cdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/sliding_window_xor.cpp

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

1717
#include <cassert> /// for assert
18-
#include <cstdint>
18+
#include <cstdint> /// for std::uint32_t
1919
#include <iostream> /// for IO operations
2020
#include <vector>
2121

0 commit comments

Comments
 (0)