diff options
author | s-berdnikov <s-berdnikov@yandex-team.com> | 2023-05-07 17:14:39 +0300 |
---|---|---|
committer | s-berdnikov <s-berdnikov@yandex-team.com> | 2023-05-07 17:14:39 +0300 |
commit | 9c3d284125f260a6196c5bbd48d27d9dcd510779 (patch) | |
tree | 11b5b585818228db567321893860ff267db531dd /library/cpp | |
parent | 9687dc083d48952d4c1d804398f99ea699be92e5 (diff) | |
download | ydb-9c3d284125f260a6196c5bbd48d27d9dcd510779.tar.gz |
Support object key serialization
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/yt/misc/variant.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/cpp/yt/misc/variant.h b/library/cpp/yt/misc/variant.h index 1c8a3c90196..4ca977873e7 100644 --- a/library/cpp/yt/misc/variant.h +++ b/library/cpp/yt/misc/variant.h @@ -1,8 +1,7 @@ #pragma once #include <util/generic/string.h> - -#include <variant> +#include <util/generic/variant.h> namespace NYT { |