Skip to content

Add missing <cstddef> include #1233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

4JustMe4
Copy link
Collaborator

Changelog entry

Avoid this type of errors on upcoming libcxx update since some transitive includes have been removed.

In file included from $(SOURCE_ROOT)/ydb/library/actors/core/buffer.cpp:1:
$(SOURCE_ROOT)/ydb/core/util/btree_common.h:11:14: error: unknown type name 'size_t'
    template<size_t PageSize = 512>

and

In file included from $(SOURCE_ROOT)/ydb/library/actors/core/buffer.cpp:1:
$(SOURCE_ROOT)/ydb/core/util/btree_common.h:11:14: error: unknown type name 'size_t'
    template<size_t PageSize = 512>

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

Copy link

Hi! Thank you for contributing!
The tests on this PR will run after a maintainer adds an ok-to-test label to this PR manually. Thank you for your patience!

@alexv-smirnov alexv-smirnov added the ok-to-test Special label used to approve a PR for testing on our infrastructure label Jan 23, 2024
@github-actions github-actions bot removed the ok-to-test Special label used to approve a PR for testing on our infrastructure label Jan 23, 2024
Copy link

github-actions bot commented Jan 23, 2024

2024-01-23 13:01:52 UTC Pre-commit check for 6e98966 has started.
2024-01-23 13:01:54 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-23 13:33:02 UTC Build successful.
2024-01-23 13:33:15 UTC Tests are running...
🔴 2024-01-23 15:18:14 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15926 15813 0 16 58 39

Copy link

github-actions bot commented Jan 23, 2024

2024-01-23 13:03:02 UTC Pre-commit check for 6e98966 has started.
2024-01-23 13:03:04 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-23 13:30:32 UTC Build successful.
2024-01-23 13:30:41 UTC Tests are running...
🔴 2024-01-23 14:54:48 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60027 50773 0 1 9228 25

@dcherednik dcherednik merged commit 9692b5b into ydb-platform:main Jan 23, 2024
@niksaveliev niksaveliev mentioned this pull request Jan 29, 2024
@vitstn vitstn mentioned this pull request Jan 29, 2024
@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants