aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvvvv <vvvv@ydb.tech>2023-10-20 20:56:57 +0300
committervvvv <vvvv@ydb.tech>2023-10-20 21:32:44 +0300
commit6cd92ce148c71705c3d3044de0ec966d962b264e (patch)
treed6b0c8e72f0c1ab747919ebc3659cdb2c3df9a1f
parenta052cdcc77be5999b36f24924b89674f2dfd9210 (diff)
downloadydb-6cd92ce148c71705c3d3044de0ec966d962b264e.tar.gz
fix yql dependency
-rw-r--r--ydb/library/yql/udfs/common/protobuf/protobuf_udf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/library/yql/udfs/common/protobuf/protobuf_udf.cpp b/ydb/library/yql/udfs/common/protobuf/protobuf_udf.cpp
index 01d0ca54f39..a487c53349c 100644
--- a/ydb/library/yql/udfs/common/protobuf/protobuf_udf.cpp
+++ b/ydb/library/yql/udfs/common/protobuf/protobuf_udf.cpp
@@ -1,5 +1,5 @@
-#include <yql/library/protobuf_udf/type_builder.h>
-#include <yql/library/protobuf_udf/value_builder.h>
+#include <ydb/library/yql/minikql/protobuf_udf/type_builder.h>
+#include <ydb/library/yql/minikql/protobuf_udf/value_builder.h>
#include <ydb/library/yql/public/udf/udf_value.h>
#include <ydb/library/yql/public/udf/udf_registrator.h>