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 | 5c1eb9f48fd0ac41fd72519a8284ded6f0358f6f (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/yson_pull/detail/number.h | |
parent | b7af6816e7f07e6271ae48e4ec76dabf1cfdbd11 (diff) | |
download | ydb-5c1eb9f48fd0ac41fd72519a8284ded6f0358f6f.tar.gz |
Restoring authorship annotation for <getsiu@yandex-team.ru>. Commit 2 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 425c0487f9..5595f55e05 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 { |