google-coral / libedgetpu

Source code for the userspace level runtime driver for Coral.ai devices.
Apache License 2.0
179 stars 60 forks source link

Add missing cstddef header for size_t on GCC-11. #34

Closed dflogeras closed 2 years ago

dflogeras commented 2 years ago

This was probably getting implicitly included through on older compilers.

tmarkettos commented 2 years ago

I also had this problem on Ubuntu 21.10 and this PR solved it for me. gcc version 11.2.0 (Ubuntu 11.2.0-7ubuntu2)