diff --git a/libs/platform/platform_tests/downloader_tests/downloader_test.cpp b/libs/platform/platform_tests/downloader_tests/downloader_test.cpp index f6273f303..aca39751d 100644 --- a/libs/platform/platform_tests/downloader_tests/downloader_test.cpp +++ b/libs/platform/platform_tests/downloader_tests/downloader_test.cpp @@ -320,7 +320,7 @@ UNIT_TEST(ChunksDownloadStrategyDynamicChunks) { vector const servers = {"UrlOfServer1", "UrlOfServer2"}; - typedef pair RangeT; + typedef std::pair RangeT; string url; ChunksDownloadStrategy strategy(servers);