aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson_pull/consumer.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
commitb7af6816e7f07e6271ae48e4ec76dabf1cfdbd11 (patch)
tree3f5d760d66bfcebfd0cb54e4fb79dbcbb5e7205f /library/cpp/yson_pull/consumer.h
parentc753751b693cf7c481c0292912e2b7536fa6d36a (diff)
downloadydb-b7af6816e7f07e6271ae48e4ec76dabf1cfdbd11.tar.gz
Restoring authorship annotation for <getsiu@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yson_pull/consumer.h')
-rw-r--r--library/cpp/yson_pull/consumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson_pull/consumer.h b/library/cpp/yson_pull/consumer.h
index f3b1398d4c..c06f5a4077 100644
--- a/library/cpp/yson_pull/consumer.h
+++ b/library/cpp/yson_pull/consumer.h
@@ -3,7 +3,7 @@
#include "event.h"
#include <util/generic/strbuf.h>
-#include <util/system/types.h>
+#include <util/system/types.h>
namespace NYsonPull {
class IConsumer {