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-02-26 17:36:32 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-02-27 13:33:52 +0300
commit74659781b757c5845ff095a5cb1f1524adedfc71 (patch)
tree0c1fefbfdba8f72ffcccf913ff76482e0c6c0e4f /map/map_tests/booking_filter_test.cpp
parent06f656de56abe7ab24ad14e4b96fc812706c3df7 (diff)
Fixed tests and warning.
Diffstat (limited to 'map/map_tests/booking_filter_test.cpp')
-rw-r--r--map/map_tests/booking_filter_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/map_tests/booking_filter_test.cpp b/map/map_tests/booking_filter_test.cpp
index 2c34ce44ad..7b468d8bc8 100644
--- a/map/map_tests/booking_filter_test.cpp
+++ b/map/map_tests/booking_filter_test.cpp
@@ -7,6 +7,8 @@
#include "partners_api/booking_api.hpp"
+#include "platform/platform.hpp"
+
#include "search/result.hpp"
#include "indexer/feature_meta.hpp"
@@ -40,6 +42,7 @@ protected:
private:
storage::CountryInfoGetterForTesting m_infoGetter;
+ Platform::ThreadRunner m_runner;
};
UNIT_CLASS_TEST(TestMwmEnvironment, BookingFilter_AvailabilitySmoke)