Skip to content

Commit d6ea502

Browse files
Update graph/cycle_check_directed_graph.cpp
1 parent 7ccca60 commit d6ea502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/cycle_check_directed_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
#include <cstdint> /// for integral typedefs
10+
#include <cstdint>
1111
#include <iostream> // for std::cout
1212
#include <map> // for std::map
1313
#include <queue> // for std::queue

0 commit comments

Comments
 (0)