docs/Writerside/topics/mempool.h.md

branch
docs/3.1
changeset 1174
ee473780cc0d
parent 1168
d92124c8db73
--- a/docs/Writerside/topics/mempool.h.md	Sun Feb 09 22:02:13 2025 +0100
+++ b/docs/Writerside/topics/mempool.h.md	Sun Feb 09 22:03:52 2025 +0100
@@ -13,6 +13,8 @@
 ## Overview
 
 ```C
+#include <cx/mempool.h>
+
 CxMempool *cxMempoolCreate(size_t capacity, cx_destructor_func fnc);
 
 CxMempool *cxMempoolCreateSimple(size_t capacity);

mercurial