diff options
Diffstat (limited to 'src/panfrost/encoder/pan_pool.h')
-rw-r--r-- | src/panfrost/encoder/pan_pool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_pool.h b/src/panfrost/encoder/pan_pool.h index 6d7899800ce..a619bd5e6cc 100644 --- a/src/panfrost/encoder/pan_pool.h +++ b/src/panfrost/encoder/pan_pool.h @@ -25,6 +25,7 @@ #ifndef __PAN_POOL_H__ #define __PAN_POOL_H__ +#include <stddef.h> #include <panfrost-misc.h> /* Represents a pool of memory that can only grow, used to allocate objects |