diff options
author | tobo <tobo@yandex-team.com> | 2024-10-11 16:43:24 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2024-10-11 16:57:22 +0300 |
commit | 82e2f065743d14bda08cbf9e1f1f046cda11a3e2 (patch) | |
tree | 47af4152b477e6198195cb11a138504e99c43e9d | |
parent | d657fe6264cf660e2ebdd4b30541f5af72c4a3cf (diff) | |
download | ydb-82e2f065743d14bda08cbf9e1f1f046cda11a3e2.tar.gz |
add include that comes transparently
commit_hash:96d26ff6ad6f69272fc19ff157bb73013c3f8df7
-rw-r--r-- | library/cpp/containers/compact_vector/compact_vector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/containers/compact_vector/compact_vector.h b/library/cpp/containers/compact_vector/compact_vector.h index 0c6c563d71..984ec6ac00 100644 --- a/library/cpp/containers/compact_vector/compact_vector.h +++ b/library/cpp/containers/compact_vector/compact_vector.h @@ -1,5 +1,6 @@ #pragma once +#include <util/generic/bitops.h> #include <util/generic/yexception.h> #include <util/system/sys_alloc.h> |