From 5fee3440c7b705576b2d098e77e26bb2865de922 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 28 Apr 2016 15:35:18 +0300 Subject: [PATCH] Compilation fix. Statistics calls were added to platform library. --- map/benchmark_tool/benchmark_tool.pro | 2 +- platform/downloader_tests/downloader_tests.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map/benchmark_tool/benchmark_tool.pro b/map/benchmark_tool/benchmark_tool.pro index 0f2a6e1802..d255d4f855 100644 --- a/map/benchmark_tool/benchmark_tool.pro +++ b/map/benchmark_tool/benchmark_tool.pro @@ -7,7 +7,7 @@ TEMPLATE = app ROOT_DIR = ../.. -DEPENDENCIES = map indexer platform editor geometry coding base gflags protobuf tomcrypt succinct pugixml +DEPENDENCIES = map indexer platform editor geometry coding base gflags protobuf tomcrypt succinct pugixml stats_client include($$ROOT_DIR/common.pri) diff --git a/platform/downloader_tests/downloader_tests.pro b/platform/downloader_tests/downloader_tests.pro index 22545d5340..b0355b107a 100644 --- a/platform/downloader_tests/downloader_tests.pro +++ b/platform/downloader_tests/downloader_tests.pro @@ -4,7 +4,7 @@ CONFIG -= app_bundle TEMPLATE = app ROOT_DIR = ../.. -DEPENDENCIES = platform_tests_support platform coding base minizip tomcrypt jansson +DEPENDENCIES = platform_tests_support platform coding base minizip tomcrypt jansson stats_client include($$ROOT_DIR/common.pri)