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_tests/ranking_tests.cpp')
-rw-r--r--search/search_tests/ranking_tests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/search/search_tests/ranking_tests.cpp b/search/search_tests/ranking_tests.cpp
index 20ace7246e..fed39c23dd 100644
--- a/search/search_tests/ranking_tests.cpp
+++ b/search/search_tests/ranking_tests.cpp
@@ -11,10 +11,11 @@
#include "base/stl_helpers.hpp"
#include "base/string_utils.hpp"
-#include "std/cstdint.hpp"
-#include "std/string.hpp"
+#include <cstdint>
+#include <string>
using namespace search;
+using namespace std;
using namespace strings;
namespace