prick_vec: Added stddef for max_align_t

This commit is contained in:
2026-01-22 18:43:42 +00:00
parent 21ccbaa562
commit ae2aa133b8

View File

@@ -27,6 +27,7 @@
#define PRICK_VEC_H
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#define PRICK_VEC_INLINE_CAPACITY 32