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:
Diffstat (limited to 'generator/generator_tests_support/routing_helpers.hpp')
-rw-r--r--generator/generator_tests_support/routing_helpers.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/generator/generator_tests_support/routing_helpers.hpp b/generator/generator_tests_support/routing_helpers.hpp
index 83f1a174f2..2906656938 100644
--- a/generator/generator_tests_support/routing_helpers.hpp
+++ b/generator/generator_tests_support/routing_helpers.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "std/string.hpp"
+#include <string>
namespace generator
{
@@ -12,6 +12,6 @@ namespace generator
/// 30, 3,
/// 40, 4
/// \param outputFilePath full path to an output file where the mapping is saved.
-void ReEncodeOsmIdsToFeatureIdsMapping(string const & mappingContent,
- string const & outputFilePath);
+void ReEncodeOsmIdsToFeatureIdsMapping(std::string const & mappingContent,
+ std::string const & outputFilePath);
} // namespace generator