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:
authorYuri Gorshenin <y@maps.me>2017-06-01 14:19:32 +0300
committerYuri Gorshenin <y@maps.me>2017-06-01 15:29:06 +0300
commit08b0166a665ab98bfaf1273df9aa6911387abc09 (patch)
tree1040e186105cee29162c717c555ffe8d2da059ad /indexer/string_set.hpp
parent7f836a82eb28a21430171a658e819598de143475 (diff)
[search] Fixed numero signs in search queries and names.
Diffstat (limited to 'indexer/string_set.hpp')
-rw-r--r--indexer/string_set.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/string_set.hpp b/indexer/string_set.hpp
index c705b62bcf..794d50d659 100644
--- a/indexer/string_set.hpp
+++ b/indexer/string_set.hpp
@@ -5,6 +5,7 @@
#include "std/cstdint.hpp"
#include "std/unique_ptr.hpp"
+#include "std/utility.hpp"
namespace search
{