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_to_street_table.cpp')
-rw-r--r--search/house_to_street_table.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/search/house_to_street_table.cpp b/search/house_to_street_table.cpp
index 868bbb5fa8..abdf44552a 100644
--- a/search/house_to_street_table.cpp
+++ b/search/house_to_street_table.cpp
@@ -11,8 +11,12 @@
#include "base/assert.hpp"
#include "base/checked_cast.hpp"
+#include <vector>
+
#include "defines.hpp"
+using namespace std;
+
namespace search
{
namespace