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/locality_selector_test.cpp')
-rw-r--r--search/search_tests/locality_selector_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/search/search_tests/locality_selector_test.cpp b/search/search_tests/locality_selector_test.cpp
index d2d00b8b10..408fc3fa7b 100644
--- a/search/search_tests/locality_selector_test.cpp
+++ b/search/search_tests/locality_selector_test.cpp
@@ -4,7 +4,10 @@
#include "base/string_utils.hpp"
+#include <string>
+
using namespace search;
+using namespace std;
namespace
{