#pragma once #include "geometry/mercator.hpp" #include "std/unique_ptr.hpp" namespace storage { class CountryInfoGetter; unique_ptr CreateCountryInfoGetter(); unique_ptr CreateCountryInfoGetterMigrate(); bool AlmostEqualRectsAbs(const m2::RectD & r1, const m2::RectD & r2); } // namespace storage