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/downloader_search_test.cpp')
-rw-r--r--search/search_integration_tests/downloader_search_test.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/search/search_integration_tests/downloader_search_test.cpp b/search/search_integration_tests/downloader_search_test.cpp
index db563ef6ea..4cfe30f3eb 100644
--- a/search/search_integration_tests/downloader_search_test.cpp
+++ b/search/search_integration_tests/downloader_search_test.cpp
@@ -18,9 +18,11 @@
#include "base/logging.hpp"
#include "base/macros.hpp"
-#include "std/algorithm.hpp"
-#include "std/bind.hpp"
-#include "std/string.hpp"
+#include <algorithm>
+#include <functional>
+#include <memory>
+#include <string>
+#include <vector>
using namespace generator::tests_support;
using namespace search::tests_support;