From 3c9a2192411775f777c327289b0b71143f3971d7 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Fri, 14 Nov 2025 00:41:50 +0700 Subject: [PATCH] fix(tlsf): include assert.h header to fix implicit assert() call --- tlsf_block_functions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tlsf_block_functions.h b/tlsf_block_functions.h index d801442..ff766c7 100644 --- a/tlsf_block_functions.h +++ b/tlsf_block_functions.h @@ -6,6 +6,8 @@ #pragma once +#include + #if defined(__cplusplus) extern "C" { #endif