summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http/http_cache.cpp
diff options
context:
space:
mode:
authoreeight <[email protected]>2022-02-10 16:46:19 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:19 +0300
commitbd085aee9b4f7a0bee302ce687964ffb7098f986 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/actors/http/http_cache.cpp
parent475c0a46f28166e83fd263badc7546377cddcabe (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/http/http_cache.cpp')
-rw-r--r--library/cpp/actors/http/http_cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/http/http_cache.cpp b/library/cpp/actors/http/http_cache.cpp
index 4ea22ffaa7d..27c4eeb6f32 100644
--- a/library/cpp/actors/http/http_cache.cpp
+++ b/library/cpp/actors/http/http_cache.cpp
@@ -9,7 +9,7 @@
#include <library/cpp/digest/md5/md5.h>
#include <util/digest/multi.h>
#include <util/generic/queue.h>
-#include <util/string/cast.h>
+#include <util/string/cast.h>
namespace NHttp {