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/hotels_filter.cpp')
-rw-r--r--search/hotels_filter.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/search/hotels_filter.cpp b/search/hotels_filter.cpp
index 84cb6bf7e7..04f15ff0ea 100644
--- a/search/hotels_filter.cpp
+++ b/search/hotels_filter.cpp
@@ -7,7 +7,9 @@
#include "base/assert.hpp"
#include "base/checked_cast.hpp"
-#include "std/algorithm.hpp"
+#include <algorithm>
+
+using namespace std;
namespace search
{