Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX(client): Add missing include for size_t
The building failed with the error `'size_t' does not name a type'` due to a missing `<cstddef>` include. This commit adds the necessary header to ensure `size_t` is properly recognized.
- Loading branch information