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-17 00:42:38 +0300
committerSergey Yershov <syershov@maps.me>2016-12-28 15:24:51 +0300
commit20c0eb77e37e8148e37ca50edb3b6c5bab160198 (patch)
treec0a68233c3a9a0799a2367a9bf4b03825c39834a /indexer/feature.hpp
parent8846a23bc3b464f523621aae19396a68839e443f (diff)
Remove using std from base
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 4ecbb79357..874d8bd57a 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -10,6 +10,7 @@
#include "editor/xml_feature.hpp"
+#include "std/iterator.hpp"
#include "std/string.hpp"
#include "std/utility.hpp"