aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zencore/include/zencore/memory/fmalloc.h2
1 files changed, 2 insertions, 0 deletions
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 <zenbase/zenbase.h>
+#include <stddef.h> // for size_t (don't want to spam the code with std::size_t)
+
namespace zen {
enum