Review fixes.

This commit is contained in:
Yuri Gorshenin 2017-10-19 17:42:16 +03:00 committed by Tatiana Yan
parent 67a326d625
commit ea1f72e0ba
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@
#include <memory>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "defines.hpp"

View file

@ -91,5 +91,5 @@ int64_t LoadCountriesFromFile(std::string const & path, TCountryTree & countries
TMappingOldMwm * mapping = nullptr);
void LoadCountryFile2CountryInfo(std::string const & jsonBuffer,
map<std::string, CountryInfo> & id2info, bool & isSingleMwm);
std::map<std::string, CountryInfo> & id2info, bool & isSingleMwm);
} // namespace storage