summaryrefslogtreecommitdiffstats
path: root/library/cpp/resource/registry.cpp
diff options
context:
space:
mode:
authorpechatnov <[email protected]>2026-07-04 14:32:53 +0300
committerpechatnov <[email protected]>2026-07-04 15:10:06 +0300
commita5bcaf57e98e07d8f9ba15380e7d9312a60035ad (patch)
tree063eaca393cd98e0a954b5257d00849cedc34e45 /library/cpp/resource/registry.cpp
parenta13056dd04795bf9eb09b6a1c1e4ae4e0b8b3f4b (diff)
Migrate absl_flat_hash users to library/cpp/containers/absl
Migrate absl_flat_hash users to library/cpp/containers/absl commit_hash:0db509df0f012089a56c5f500e0da1dfe9035c23
Diffstat (limited to 'library/cpp/resource/registry.cpp')
-rw-r--r--library/cpp/resource/registry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/resource/registry.cpp b/library/cpp/resource/registry.cpp
index 4dbf71fc56f..d1aab0ee849 100644
--- a/library/cpp/resource/registry.cpp
+++ b/library/cpp/resource/registry.cpp
@@ -2,7 +2,7 @@
#include "resource.h"
-#include <library/cpp/containers/absl_flat_hash/flat_hash_map.h>
+#include <library/cpp/containers/absl/flat_hash_map.h>
#include <library/cpp/blockcodecs/core/codecs.h>
#include <util/system/yassert.h>