Skip to content

Commit 945d27e

Browse files
committed
fix ydb: upd includes for OSS compatability
084f81e330b17b5cfcb1d94e79376941322b8db6
1 parent 48e7bc0 commit 945d27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/src/ydb/impl/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <unordered_map>
88
#include <vector>
99

10-
#include <contrib/ydb/public/sdk/cpp/client/ydb_types/credentials/credentials.h>
10+
#include <ydb-cpp-sdk/client/types/credentials/credentials.h>
1111

1212
#include <userver/dynamic_config/snapshot.hpp>
1313
#include <userver/formats/json_fwd.hpp>

ydb/src/ydb/impl/retry_context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include <contrib/ydb/public/sdk/cpp/client/ydb_retry/retry.h>
3+
#include <ydb-cpp-sdk/client/retry/retry.h>
44

55
#include <userver/ydb/table.hpp>
66

0 commit comments

Comments
 (0)