Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgmoryes <m.gorbushin@corp.mail.ru>2019-04-29 15:19:40 +0300
committerGitHub <noreply@github.com>2019-04-29 15:19:40 +0300
commit83797b2070e22f8d67f36d9c7e291e31ea2480ea (patch)
tree446610a759361ba8b0501418d4529a33ddba92b1 /routing
parent47d1726f926c3f22ffec403858410cfdd59b83e6 (diff)
parent611cced6e5b7b55211262723145ad0c61780b51d (diff)
Merge pull request #10676 from bykoianko/master-openlr-algo3-score
Openlr matching. Algorithm version 3.
Diffstat (limited to 'routing')
-rw-r--r--routing/features_road_graph.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/routing/features_road_graph.hpp b/routing/features_road_graph.hpp
index 41c3213635..84297e0919 100644
--- a/routing/features_road_graph.hpp
+++ b/routing/features_road_graph.hpp
@@ -15,6 +15,7 @@
#include <map>
#include <memory>
+#include <string>
#include <utility>
#include <vector>