aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cache/cache.h
diff options
context:
space:
mode:
authoremazhukin <emazhukin@yandex-team.ru>2022-02-10 16:48:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:57 +0300
commitb53be0c12e1650189ff223aa1f3a646222a86057 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/cache/cache.h
parent39c9b256341fc68d2d9f8e561ac985709f65f164 (diff)
downloadydb-b53be0c12e1650189ff223aa1f3a646222a86057.tar.gz
Restoring authorship annotation for <emazhukin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/cache/cache.h')
-rw-r--r--library/cpp/cache/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/cache/cache.h b/library/cpp/cache/cache.h
index 45a7b4a517..6dc997076d 100644
--- a/library/cpp/cache/cache.h
+++ b/library/cpp/cache/cache.h
@@ -4,7 +4,7 @@
#include <util/generic/ptr.h>
#include <util/generic/intrlist.h>
#include <util/generic/hash_set.h>
-#include <util/generic/vector.h>
+#include <util/generic/vector.h>
#include <util/generic/yexception.h>
#include <utility>