Skip to content

Commit

Permalink
Merge pull request #137 from stdgraph/algorithms/tc
Browse files Browse the repository at this point in the history
add missing include
  • Loading branch information
kdeweese authored Dec 2, 2024
2 parents 8aae16f + cc83b67 commit 8b768da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/graph/algorithm/tc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/

#include "graph/graph.hpp"
#include "graph/views/incidence.hpp"

#ifndef GRAPH_TC_HPP
# define GRAPH_TC_HPP
Expand Down Expand Up @@ -71,4 +72,4 @@ size_t triangle_count(G&& g) {
}
} // namespace graph

#endif //GRAPH_TC_HPP
#endif //GRAPH_TC_HPP

0 comments on commit 8b768da

Please sign in to comment.