Skip to content

Commit 7ccca60

Browse files
Update graph/connected_components_with_dsu.cpp
1 parent 21446ef commit 7ccca60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/connected_components_with_dsu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Unknown author
1818
* @author [Sagar Pandya](https://github.com/sagarpandyansit)
1919
*/
20-
#include <cstdint> /// for integer typedefs
20+
#include <cstdint>
2121
#include <iostream> /// for IO operations
2222
#include <set> /// for std::set
2323
#include <vector> /// for std::vector

0 commit comments

Comments
 (0)