From ea1f72e0ba2e7cb32afa487dab7569b02253eda1 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 19 Oct 2017 17:42:16 +0300 Subject: [PATCH] Review fixes. --- search/pysearch/bindings.cpp | 1 + storage/country.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/search/pysearch/bindings.cpp b/search/pysearch/bindings.cpp index 8234192b5e..1715f156af 100644 --- a/search/pysearch/bindings.cpp +++ b/search/pysearch/bindings.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include #include "defines.hpp" diff --git a/storage/country.hpp b/storage/country.hpp index aca94f91a4..fce43468e3 100644 --- a/storage/country.hpp +++ b/storage/country.hpp @@ -91,5 +91,5 @@ int64_t LoadCountriesFromFile(std::string const & path, TCountryTree & countries TMappingOldMwm * mapping = nullptr); void LoadCountryFile2CountryInfo(std::string const & jsonBuffer, - map & id2info, bool & isSingleMwm); + std::map & id2info, bool & isSingleMwm); } // namespace storage