Skip to content
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

blocks/blockinterleaving.h: add missing cstddef header (required for size_t) #6188

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

trabucayre
Copy link
Contributor

Description

build fails with errors like this:

gnuradio/gr-blocks/lib/../include/gnuradio/blocks/blockinterleaving.h:25:36: error: ‘size_t’ was not declared in this scope

This failure is due to the miss of cstddef include

This PR adds this include in this file to fix this error

Which blocks/areas does this affect?

gr-blocks blockinterleaving

Testing Done

Building and CI passing should be sufficient

Checklist

@trabucayre trabucayre force-pushed the fix_gr-blocks_missing_header branch 2 times, most recently from 23c42a6 to edd7df9 Compare September 23, 2022 07:24
…size_t)

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
@mormj mormj merged commit 719db87 into gnuradio:main Oct 11, 2022
@willcode willcode added ported-to-3.10 Has been ported to 3.10 and removed Backport-3.10 Should be backported to 3.10 labels Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocks ported-to-3.10 Has been ported to 3.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants