diff options
author | emazhukin <[email protected]> | 2022-02-10 16:48:57 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:57 +0300 |
commit | b53be0c12e1650189ff223aa1f3a646222a86057 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/cache/cache.h | |
parent | 39c9b256341fc68d2d9f8e561ac985709f65f164 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/cache/cache.h')
-rw-r--r-- | library/cpp/cache/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/cache/cache.h b/library/cpp/cache/cache.h index 45a7b4a5177..6dc997076d9 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> |