Skip to content

Conversation

@robotastic
Copy link

In Ubuntu 22.04, I got the following error:

/home/azureuser/libccsds/src/deframer.h:53:48: error: ‘size_t’ has not been declared
   53 |         std::vector<CADU> work(uint8_t *input, size_t size);

including cstddef solves it.

In Ubuntu 22.04, I got the following error:
````
/home/azureuser/libccsds/src/deframer.h:53:48: error: ‘size_t’ has not been declared
   53 |         std::vector<CADU> work(uint8_t *input, size_t size);
````
including cstddef solves it.
@777arc
Copy link

777arc commented Apr 13, 2023

Saved my ass there robot, ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants