Skip to content

Commit 465eb7b

Browse files
Update data_structures/dsu_union_rank.cpp
1 parent b20f01c commit 465eb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/dsu_union_rank.cpp

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

2222
#include <cassert> /// for assert
23-
#include <cstdint> /// for integral typedefs
23+
#include <cstdint>
2424
#include <iostream> /// for IO operations
2525
#include <vector> /// for std::vector
2626

0 commit comments

Comments
 (0)