We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4792c81 commit 11d2437Copy full SHA for 11d2437
data_structures/dsu_union_rank.cpp
@@ -20,6 +20,7 @@
20
*/
21
22
#include <cassert> /// for assert
23
+#include <cstdint> /// for integral typedefs
24
#include <iostream> /// for IO operations
25
#include <vector> /// for std::vector
26
0 commit comments