aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/api/ytalloc.h
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2024-01-29 13:05:03 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-01-31 14:24:06 +0300
commit3cae04dfa7fb9b08b4204c3459fbe5394867e2a7 (patch)
tree150165bacba842ec6464b3aada3e38bc2f5e793d /library/cpp/ytalloc/api/ytalloc.h
parente930e1b57b89a44338092ca427e2a56d3e978b48 (diff)
downloadydb-3cae04dfa7fb9b08b4204c3459fbe5394867e2a7.tar.gz
Move enum_indexed_array from misc to containers
Diffstat (limited to 'library/cpp/ytalloc/api/ytalloc.h')
-rw-r--r--library/cpp/ytalloc/api/ytalloc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/cpp/ytalloc/api/ytalloc.h b/library/cpp/ytalloc/api/ytalloc.h
index 43ba48852d..38879074dd 100644
--- a/library/cpp/ytalloc/api/ytalloc.h
+++ b/library/cpp/ytalloc/api/ytalloc.h
@@ -3,7 +3,8 @@
#include <stddef.h>
#include <library/cpp/yt/misc/enum.h>
-#include <library/cpp/yt/misc/enum_indexed_array.h>
+
+#include <library/cpp/yt/containers/enum_indexed_array.h>
#include <util/system/types.h>