Skip to content

Commit 8067e11

Browse files
committed
Moved fixes from ydb repo
1 parent a889e72 commit 8067e11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/secondary_index/secondary_index_generate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <util/thread/pool.h>
44

5+
#include <mutex>
56
#include <random>
67

78
using namespace NLastGetopt;

src/client/topic/ut/ut_utils/topic_sdk_test_setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TTopicSdkTestSetup {
2121
void CreateTopicWithAutoscale(const TString& path = TString{TEST_TOPIC}, const TString& consumer = TEST_CONSUMER, size_t partitionCount = 1,
2222
size_t maxPartitionCount = 100);
2323

24-
void DescribeTopic(const TString& path = TEST_TOPIC);
24+
void DescribeTopic(const TString& path = TString{TEST_TOPIC});
2525

2626
TString GetEndpoint() const;
2727
TString GetTopicPath(const TString& name = TString{TEST_TOPIC}) const;

0 commit comments

Comments
 (0)