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:
Diffstat (limited to 'search/search_integration_tests/pre_ranker_test.cpp')
-rw-r--r--search/search_integration_tests/pre_ranker_test.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/search/search_integration_tests/pre_ranker_test.cpp b/search/search_integration_tests/pre_ranker_test.cpp
index 1bd90d291b..3e801db30e 100644
--- a/search/search_integration_tests/pre_ranker_test.cpp
+++ b/search/search_integration_tests/pre_ranker_test.cpp
@@ -31,12 +31,13 @@
#include "base/math.hpp"
#include "base/stl_helpers.hpp"
-#include "std/algorithm.hpp"
-#include "std/iterator.hpp"
-#include "std/vector.hpp"
+#include <algorithm>
+#include <iterator>
+#include <vector>
using namespace generator::tests_support;
using namespace search::tests_support;
+using namespace std;
class DataSource;