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/traffic_generator.hpp')
-rw-r--r--generator/traffic_generator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/traffic_generator.hpp b/generator/traffic_generator.hpp
index e0e0c0ef77..f09cc24cca 100644
--- a/generator/traffic_generator.hpp
+++ b/generator/traffic_generator.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include "std/string.hpp"
+#include <string>
namespace traffic
{
-bool GenerateTrafficKeysFromDataFile(string const & mwmPath);
+bool GenerateTrafficKeysFromDataFile(std::string const & mwmPath);
} // namespace traffic