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
path: root/map
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-08-08 11:15:09 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-08-09 11:50:39 +0300
commitbd4188777f19fd807f46052c95744a7be5ba3e1e (patch)
tree7209c5d0f4788f7c75ad9ead3dbb1327b51df32c /map
parent257c5d09b4f3a4e6f366a4a0acf94d4795b2dc06 (diff)
Fixed compilation under diagnostics
Diffstat (limited to 'map')
-rw-r--r--map/benchmark_tools.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/map/benchmark_tools.cpp b/map/benchmark_tools.cpp
index 8a8dbcb590..2d115bbeb0 100644
--- a/map/benchmark_tools.cpp
+++ b/map/benchmark_tools.cpp
@@ -4,6 +4,8 @@
#include "drape_frontend/drape_measurer.hpp"
#include "drape_frontend/scenario_manager.hpp"
+#include "storage/country_info_getter.hpp"
+
#include "platform/http_client.hpp"
#include "platform/platform.hpp"
@@ -17,7 +19,6 @@
namespace
{
-
struct BenchmarkHandle
{
std::vector<df::ScenarioManager::ScenarioData> m_scenariosToRun;
@@ -69,7 +70,7 @@ void RunScenario(Framework * framework, std::shared_ptr<BenchmarkHandle> handle)
});
});
}
-} // namespace
+} // namespace
namespace benchmark
{
@@ -187,4 +188,4 @@ void RunGraphicsBenchmark(Framework * framework)
RunScenario(framework, handle);
#endif
}
-} // namespace benchmark
+} // namespace benchmark