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 'routing/turns.cpp')
-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)