diff -r 99fc65d2d22b -r ee473780cc0d docs/Writerside/topics/allocator.h.md --- a/docs/Writerside/topics/allocator.h.md Sun Feb 09 22:02:13 2025 +0100 +++ b/docs/Writerside/topics/allocator.h.md Sun Feb 09 22:03:52 2025 +0100 @@ -12,6 +12,8 @@ ## Overview ```C +#include + void *cxMalloc(const CxAllocator *allocator, size_t n); void *cxCalloc(const CxAllocator *allocator,