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:
authorDenis Koronchik <denis@mapswithme.com>2014-09-03 17:08:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:08 +0300
commita7bf5cf36f5120684602faea6f1c8806b53d2cca (patch)
tree712111c590f2a6a24654376562621dac487fd6ce /generator/routing_generator.hpp
parent59214f805d3e9f8a6ed70b5dcb5bac2d7c2268cd (diff)
[generator] Add mapping from Fid to graph node id (not finished)
Diffstat (limited to 'generator/routing_generator.hpp')
-rw-r--r--generator/routing_generator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator/routing_generator.hpp b/generator/routing_generator.hpp
index d32f287184..6e63317cdd 100644
--- a/generator/routing_generator.hpp
+++ b/generator/routing_generator.hpp
@@ -1,9 +1,11 @@
#pragma once
#include "../std/string.hpp"
+#include "../std/vector.hpp"
namespace routing
{
void GenerateNodesInfo(string const & mwmName, string const & osrmName);
+
}