Skip to content

Commit 8b768da

Browse files
authored
Merge pull request #137 from stdgraph/algorithms/tc
add missing include
2 parents 8aae16f + cc83b67 commit 8b768da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/graph/algorithm/tc.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515

1616
#include "graph/graph.hpp"
17+
#include "graph/views/incidence.hpp"
1718

1819
#ifndef GRAPH_TC_HPP
1920
# define GRAPH_TC_HPP
@@ -71,4 +72,4 @@ size_t triangle_count(G&& g) {
7172
}
7273
} // namespace graph
7374

74-
#endif //GRAPH_TC_HPP
75+
#endif //GRAPH_TC_HPP

0 commit comments

Comments
 (0)