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/editor_delegate.cpp')
-rw-r--r--search/editor_delegate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/editor_delegate.cpp b/search/editor_delegate.cpp
index ace89a9ca4..d90a6111ab 100644
--- a/search/editor_delegate.cpp
+++ b/search/editor_delegate.cpp
@@ -7,6 +7,8 @@
#include "indexer/data_source_helpers.hpp"
#include "indexer/feature_decl.hpp"
+using namespace std;
+
namespace search
{
EditorDelegate::EditorDelegate(DataSource const & dataSource) : m_dataSource(dataSource) {}