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:
authorSergey Yershov <syershov@maps.me>2016-12-20 16:12:52 +0300
committerSergey Yershov <syershov@maps.me>2016-12-28 15:24:52 +0300
commit63b6375f7c8649d3fd0577264abb8ea1b51959cb (patch)
tree29cfe3eccc40fc1e9e0039f9526643865ee7b103 /platform
parent20c0eb77e37e8148e37ca50edb3b6c5bab160198 (diff)
Fix issues while build on Linux
Diffstat (limited to 'platform')
-rw-r--r--platform/http_client_curl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/http_client_curl.cpp b/platform/http_client_curl.cpp
index ed78555136..e7ba50beba 100644
--- a/platform/http_client_curl.cpp
+++ b/platform/http_client_curl.cpp
@@ -34,6 +34,7 @@
#include "std/array.hpp"
#include "std/fstream.hpp"
+#include "std/iterator.hpp"
#include "std/sstream.hpp"
#include "std/vector.hpp"