diff options
author | Valery Mironov <mbkkt@ydb.tech> | 2024-09-10 20:20:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 17:20:58 +0000 |
commit | 4f0d85457abaf7140358e7dfb985b1d475a473f6 (patch) | |
tree | a7c6f0cd067699f536da9f3dba1d3ed397e45733 | |
parent | c754c64fe952fff240a9eaa56490df13c6731b57 (diff) | |
download | ydb-4f0d85457abaf7140358e7dfb985b1d475a473f6.tar.gz |
Fix missing include? (#9023)
-rw-r--r-- | ydb/core/protos/out/out.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/protos/out/out.cpp b/ydb/core/protos/out/out.cpp index b8f193fdfd6..4aaf11ad66c 100644 --- a/ydb/core/protos/out/out.cpp +++ b/ydb/core/protos/out/out.cpp @@ -25,6 +25,7 @@ #include <ydb/core/protos/subdomains.pb.h> #include <ydb/core/protos/data_events.pb.h> #include <ydb/core/protos/statistics.pb.h> +#include <ydb/core/protos/index_builder.pb.h> #include <util/stream/output.h> |