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/house_numbers_matcher.cpp')
-rw-r--r--search/house_numbers_matcher.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/search/house_numbers_matcher.cpp b/search/house_numbers_matcher.cpp
index 2c5dc75e1e..45a94eace9 100644
--- a/search/house_numbers_matcher.cpp
+++ b/search/house_numbers_matcher.cpp
@@ -4,12 +4,14 @@
#include "base/logging.hpp"
-#include "std/algorithm.hpp"
-#include "std/iterator.hpp"
-#include "std/limits.hpp"
-#include "std/sstream.hpp"
+#include <algorithm>
+#include <iterator>
+#include <limits>
+#include <sstream>
+
#include "std/transform_iterator.hpp"
+using namespace std;
using namespace strings;
namespace search