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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-01-17 11:47:16 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2018-01-17 16:46:08 +0300
commit9608d00ff4465674defcff9348423424a8dbca6d (patch)
tree084f18bfd118c199e7742256b26e21cae1dc03a7 /routing
parent06547fe263a3e915b8df91ff4c17aded30cf9d14 (diff)
Review fixes.
Diffstat (limited to 'routing')
-rw-r--r--routing/turns.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/routing/turns.cpp b/routing/turns.cpp
index 6bc8c1970c..73f73281ce 100644
--- a/routing/turns.cpp
+++ b/routing/turns.cpp
@@ -7,6 +7,8 @@
#include "std/array.hpp"
#include "std/utility.hpp"
+#include <sstream>
+
namespace
{
using namespace routing::turns;
@@ -51,6 +53,8 @@ static_assert(g_turnNames.size() == static_cast<size_t>(CarDirection::Count),
namespace routing
{
+using namespace std;
+
// SegmentRange -----------------------------------------------------------------------------------
SegmentRange::SegmentRange(FeatureID const & featureId, uint32_t startSegId, uint32_t endSegId,
bool forward)