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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-04-17 18:33:27 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-04-25 15:38:50 +0300
commit59777e15a39a29eb2e56248401d386167452b6df (patch)
tree7fec0c809df685d952f63e3bccaf8e5322b484aa /indexer/ftypes_matcher.cpp
parentf3ddef8be0a7d99c7a290d32af583188ab86ba4b (diff)
Added hash specialization for ftypes::IsHotelChecker::Type
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index 880bc14369..1cbe5b0a2d 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -8,11 +8,12 @@
#include "base/buffer_vector.hpp"
#include "base/string_utils.hpp"
-#include <algorithm>
+#include <cmath>
#include <map>
#include <sstream>
#include <unordered_map>
-#include <utility>
+
+using namespace std;
namespace
{