forked from organicmaps/organicmaps
Merge pull request #7726 from tatiana-kondakova/linux_build_fix
Fix linux gcc build
This commit is contained in:
commit
d5cc29d044
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