diff options
author | getsiu <getsiu@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
commit | b7af6816e7f07e6271ae48e4ec76dabf1cfdbd11 (patch) | |
tree | 3f5d760d66bfcebfd0cb54e4fb79dbcbb5e7205f /library/cpp/yson_pull/detail/number.h | |
parent | c753751b693cf7c481c0292912e2b7536fa6d36a (diff) | |
download | ydb-b7af6816e7f07e6271ae48e4ec76dabf1cfdbd11.tar.gz |
Restoring authorship annotation for <getsiu@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yson_pull/detail/number.h')
-rw-r--r-- | library/cpp/yson_pull/detail/number.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson_pull/detail/number.h b/library/cpp/yson_pull/detail/number.h index 5595f55e05..425c0487f9 100644 --- a/library/cpp/yson_pull/detail/number.h +++ b/library/cpp/yson_pull/detail/number.h @@ -1,6 +1,6 @@ #pragma once -#include <util/system/types.h> +#include <util/system/types.h> namespace NYsonPull { namespace NDetail { |