forked from organicmaps/organicmaps
Fix linux build
This commit is contained in:
parent
fa361882d7
commit
26cfec82e5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue