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:
authorArsentiy Milchakov <milcars@mapswithme.com>2019-04-15 18:28:54 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-04-22 18:47:33 +0300
commit01c771fe7f945a53581a7badb0a6b840e98f572a (patch)
treea747713bde42905d1d99698a9fb59b2e7ccb2c21 /map/search_api.hpp
parent2397d5d659b53cd7d7f4787ba6ae5e24189302f2 (diff)
[booking][search] booking filter improvement. review fixes
Diffstat (limited to 'map/search_api.hpp')
-rw-r--r--map/search_api.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/search_api.hpp b/map/search_api.hpp
index c6c4dde85b..3e29df3356 100644
--- a/map/search_api.hpp
+++ b/map/search_api.hpp
@@ -18,6 +18,7 @@
#include "geometry/rect2d.hpp"
#include <cstddef>
+#include <cstdint>
#include <functional>
#include <memory>
#include <string>
@@ -85,7 +86,7 @@ public:
}
virtual void FilterHotels(booking::filter::Tasks const & filterTasks,
- vector<FeatureID> && featureIds)
+ std::vector<FeatureID> && featureIds)
{
}