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:
authorMaxim Pimenov <m@maps.me>2019-02-13 20:42:00 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-02-15 14:06:19 +0300
commit229d8a3bcf09e37e2dcff951dc36989720eef274 (patch)
tree136b402e2ad15bcde9deb978de40ab9fc998c6c9 /feature_list/feature_list.cpp
parent1f2aeeb9edcf3769f569ff1472fd2d418acb0502 (diff)
[search] Got rid of most old style std/ includes.
Diffstat (limited to 'feature_list/feature_list.cpp')
-rw-r--r--feature_list/feature_list.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/feature_list/feature_list.cpp b/feature_list/feature_list.cpp
index f36a15bb5c..b477cc37ae 100644
--- a/feature_list/feature_list.cpp
+++ b/feature_list/feature_list.cpp
@@ -32,6 +32,7 @@
#include "std/algorithm.hpp"
#include "std/iostream.hpp"
+#include "std/sstream.hpp"
class ClosestPoint
{