Skip to content

Commit

Permalink
tarjan_test did not build due to std::sort not being found, <algorith…
Browse files Browse the repository at this point in the history
…m> wasn't included. I added the include to make the project build.
  • Loading branch information
FlorianXXIV committed Jun 11, 2024
1 parent 1dad062 commit 1662c21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <graaflib/algorithm/strongly_connected_components/common.h>
#include <graaflib/graph.h>
#include <graaflib/types.h>
#include <algorithm>

namespace graaf::algorithm {

Expand Down

0 comments on commit 1662c21

Please sign in to comment.