diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-28 14:47:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-28 15:00:23 +0300 |
commit | 6fa678ce43d0d76bb4fc164199021ae53b097b8f (patch) | |
tree | 3e5f2090cd008705f1af3cabc6a6351f084d5d47 | |
parent | d529a9a30237f102b2ea509bc26d1ed04886a6c9 (diff) | |
download | ydb-6fa678ce43d0d76bb4fc164199021ae53b097b8f.tar.gz |
Intermediate changes
commit_hash:a32159eec4fbc913d874babd60a9bd725293d0e9
-rw-r--r-- | yt/yt/library/formats/protobuf_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/formats/protobuf_options.cpp b/yt/yt/library/formats/protobuf_options.cpp index 96d6eb9ab4..8828c46371 100644 --- a/yt/yt/library/formats/protobuf_options.cpp +++ b/yt/yt/library/formats/protobuf_options.cpp @@ -1,6 +1,6 @@ #include "protobuf_options.h" -#include <util/generic/variant.h> +#include <variant> namespace NYT::NFormats { |