diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-09 16:44:26 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-09 16:59:54 +0300 |
commit | 69ca112108d4c388009f59ddb89cc814dca030c7 (patch) | |
tree | 2a6f07069a200e694334e279375ba0190725c157 /yt/yql/plugin/native/error_helpers.h | |
parent | f882cdce886827d7e7f55e154329c10d2080960e (diff) | |
download | ydb-69ca112108d4c388009f59ddb89cc814dca030c7.tar.gz |
Intermediate changes
Diffstat (limited to 'yt/yql/plugin/native/error_helpers.h')
-rw-r--r-- | yt/yql/plugin/native/error_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/yql/plugin/native/error_helpers.h b/yt/yql/plugin/native/error_helpers.h index 4e57cdba40..ac75047cbe 100644 --- a/yt/yql/plugin/native/error_helpers.h +++ b/yt/yql/plugin/native/error_helpers.h @@ -1,9 +1,9 @@ #pragma once -#include <util/generic/string.h> - #include <ydb/library/yql/public/issue/yql_issue.h> +#include <util/generic/string.h> + namespace NYT::NYqlPlugin { //////////////////////////////////////////////////////////////////////////////// |