aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-07-09 09:45:54 +0300
committerGitHub <noreply@github.com>2024-07-09 09:45:54 +0300
commit0fa3052f7c623d25d997e4844c4f1672be40efca (patch)
tree7ed7459024ce82a0341c31dd313359abfb7069ed
parent5b12fa6c0fc2faa0bb17bb8da2020d54d622374a (diff)
downloadydb-0fa3052f7c623d25d997e4844c4f1672be40efca.tar.gz
Migration to new protobuf (devtools request) (#6437)
-rw-r--r--ydb/public/lib/protobuf/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/lib/protobuf/helpers.cpp b/ydb/public/lib/protobuf/helpers.cpp
index 680b89e0b71..a82fab1aea1 100644
--- a/ydb/public/lib/protobuf/helpers.cpp
+++ b/ydb/public/lib/protobuf/helpers.cpp
@@ -1,6 +1,6 @@
#include "helpers.h"
-#include <google/protobuf/compiler/cpp/cpp_helpers.h>
+#include <google/protobuf/compiler/cpp/helpers.h>
#include <google/protobuf/any.pb.h>
#include <google/protobuf/duration.pb.h>
#include <google/protobuf/empty.pb.h>