Skip to content

Commit

Permalink
adding missing headers to connected_components
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeweese committed Aug 24, 2024
1 parent 189e8b8 commit aefddae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/graph/algorithm/connected_components.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

#include "graph/graph.hpp"
#include "graph/views/incidence.hpp"
#include "graph/views/vertexlist.hpp"
#include "graph/views/depth_first_search.hpp"
#include <stack>

#ifndef GRAPH_CC_HPP
# define GRAPH_CC_HPP
Expand Down

0 comments on commit aefddae

Please sign in to comment.