Skip to content

Commit

Permalink
Add missing include tarjan_test.cpp (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: BoB <bobluppes@gmail.com>
  • Loading branch information
hxm-cpp and bobluppes committed Jun 16, 2024
1 parent a600f78 commit e6e0a93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <gtest/gtest.h>
#include <utils/fixtures/fixtures.h>

#include <algorithm>
#include <vector>

namespace graaf::algorithm {
Expand Down Expand Up @@ -299,4 +300,4 @@ TYPED_TEST(TarjansStronglyConnectedComponentsTest, TarjansComplexGraphTest) {
ASSERT_TRUE(are_set_vectors_equal(sccs, expected_sccs));
}

} // namespace graaf::algorithm
} // namespace graaf::algorithm

0 comments on commit e6e0a93

Please sign in to comment.