From f98d39b977db08c5429bce4d4b276b1f322a0d40 Mon Sep 17 00:00:00 2001 From: NukeBird Date: Mon, 1 Dec 2025 20:32:01 +0300 Subject: [PATCH] Add strings header --- axl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/axl.h b/axl.h index bd26d55..07e842c 100644 --- a/axl.h +++ b/axl.h @@ -3,5 +3,6 @@ #include "axl_types.h" #include "axl_memory.h" +#include "axl_string.h" #endif