Skip to content

Commit 1b834cb

Browse files
authored
Merge pull request #139 from stdgraph/algorithms/cc
missing header
2 parents 9d68b37 + 94209ee commit 1b834cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/graph/algorithm/connected_components.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "graph/graph.hpp"
1818
#include "graph/views/incidence.hpp"
1919
#include "graph/views/vertexlist.hpp"
20+
#include "graph/views/depth_first_search.hpp"
2021
#include "graph/views/breadth_first_search.hpp"
2122
#include <stack>
2223

0 commit comments

Comments
 (0)