aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson_pull/detail/number.h
diff options
context:
space:
mode:
authorgetsiu <getsiu@yandex-team.ru>2022-02-10 16:47:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:17 +0300
commit5c1eb9f48fd0ac41fd72519a8284ded6f0358f6f (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/yson_pull/detail/number.h
parentb7af6816e7f07e6271ae48e4ec76dabf1cfdbd11 (diff)
downloadydb-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.h2
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 {