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 'generator/generator_tests/restriction_test.cpp')
-rw-r--r--generator/generator_tests/restriction_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/generator/generator_tests/restriction_test.cpp b/generator/generator_tests/restriction_test.cpp
index b02f335f94..9c40951442 100644
--- a/generator/generator_tests/restriction_test.cpp
+++ b/generator/generator_tests/restriction_test.cpp
@@ -19,7 +19,9 @@
#include "base/logging.hpp"
-#include "std/string.hpp"
+#include <string>
+
+using namespace std;
using namespace feature;
using namespace generator;