Skip to content

Commit 11d2437

Browse files
fix: add <cstdint> to data_structures/dsu_path_compression.cpp
1 parent 4792c81 commit 11d2437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/dsu_union_rank.cpp

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

2222
#include <cassert> /// for assert
23+
#include <cstdint> /// for integral typedefs
2324
#include <iostream> /// for IO operations
2425
#include <vector> /// for std::vector
2526

0 commit comments

Comments
 (0)