From 15e3af037ca22015d8f4ddf6b85b4bf71998632a Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 20 Oct 2025 15:44:08 +0200 Subject: added include to fix error with references to size_t --- src/zencore/include/zencore/memory/fmalloc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zencore/include') diff --git a/src/zencore/include/zencore/memory/fmalloc.h b/src/zencore/include/zencore/memory/fmalloc.h index aeb05b651..8dfb7953b 100644 --- a/src/zencore/include/zencore/memory/fmalloc.h +++ b/src/zencore/include/zencore/memory/fmalloc.h @@ -4,6 +4,8 @@ #include +#include // for size_t (don't want to spam the code with std::size_t) + namespace zen { enum -- cgit v1.2.3