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/highlighting_tests.cpp')
-rw-r--r--search/search_tests/highlighting_tests.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/search/search_tests/highlighting_tests.cpp b/search/search_tests/highlighting_tests.cpp
index 6f753facc5..19fd3b6d68 100644
--- a/search/search_tests/highlighting_tests.cpp
+++ b/search/search_tests/highlighting_tests.cpp
@@ -7,10 +7,12 @@
#include "base/logging.hpp"
#include "base/string_utils.hpp"
-#include "std/cstdarg.hpp"
-#include "std/string.hpp"
-#include "std/utility.hpp"
-#include "std/vector.hpp"
+#include <cstdarg>
+#include <string>
+#include <utility>
+#include <vector>
+
+using namespace std;
namespace
{