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/house_numbers_matcher_test.cpp')
-rw-r--r--search/search_tests/house_numbers_matcher_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/search/search_tests/house_numbers_matcher_test.cpp b/search/search_tests/house_numbers_matcher_test.cpp
index 02efe6eda1..3272855c07 100644
--- a/search/search_tests/house_numbers_matcher_test.cpp
+++ b/search/search_tests/house_numbers_matcher_test.cpp
@@ -2,13 +2,15 @@
#include "search/house_numbers_matcher.hpp"
-#include "std/vector.hpp"
+#include <string>
+#include <vector>
#include "base/string_utils.hpp"
using namespace search::house_numbers;
using namespace search;
using namespace strings;
+using namespace std;
namespace
{