diff --git a/routing/routing_tests/astar_algorithm_test.cpp b/routing/routing_tests/astar_algorithm_test.cpp index b3012c98bc..01e797ec49 100644 --- a/routing/routing_tests/astar_algorithm_test.cpp +++ b/routing/routing_tests/astar_algorithm_test.cpp @@ -27,7 +27,7 @@ class UndirectedGraph { public: using Vertex = unsigned; - using Edge = Edge; + using Edge = routing_test::Edge; using Weight = double; void AddEdge(unsigned u, unsigned v, unsigned w)