fix(tlsf): include assert.h header to fix implicit assert() call

This commit is contained in:
Alexey Lapshin
2025-11-14 00:41:50 +07:00
parent 2867f6883a
commit 3c9a219241

View File

@@ -6,6 +6,8 @@
#pragma once
#include <assert.h>
#if defined(__cplusplus)
extern "C" {
#endif