From 4f0d85457abaf7140358e7dfb985b1d475a473f6 Mon Sep 17 00:00:00 2001 From: Valery Mironov Date: Tue, 10 Sep 2024 20:20:58 +0300 Subject: [PATCH] Fix missing include? (#9023) --- ydb/core/protos/out/out.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ydb/core/protos/out/out.cpp b/ydb/core/protos/out/out.cpp index b8f193fdfd6b..4aaf11ad66cd 100644 --- a/ydb/core/protos/out/out.cpp +++ b/ydb/core/protos/out/out.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include