diff options
author | qkrorlqr <qkrorlqr@yandex-team.ru> | 2022-02-10 16:47:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:21 +0300 |
commit | eec632e483ae34bc211138c67434b1e0e6054ced (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/charset/wide.h | |
parent | 9b89266638b10d40309e31dcb7caa2fc52b2aefd (diff) | |
download | ydb-eec632e483ae34bc211138c67434b1e0e6054ced.tar.gz |
Restoring authorship annotation for <qkrorlqr@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/charset/wide.h')
-rw-r--r-- | library/cpp/charset/wide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/charset/wide.h b/library/cpp/charset/wide.h index 5e8a2380be8..32d30e849e9 100644 --- a/library/cpp/charset/wide.h +++ b/library/cpp/charset/wide.h @@ -8,7 +8,7 @@ #include <util/charset/utf8.h> #include <util/charset/wide.h> #include <util/generic/string.h> -#include <util/generic/algorithm.h> +#include <util/generic/algorithm.h> #include <util/generic/yexception.h> #include <util/memory/tempbuf.h> #include <util/system/yassert.h> |