From 49321c68bc2dfd559a032f95b15e3972e6b4f194 Mon Sep 17 00:00:00 2001 From: Erin Catto Date: Fri, 20 Sep 2024 21:18:54 -0700 Subject: [PATCH] CI fix --- src/stack_allocator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stack_allocator.c b/src/stack_allocator.c index bd255b404..2b6b408c1 100644 --- a/src/stack_allocator.c +++ b/src/stack_allocator.c @@ -7,6 +7,7 @@ #include "core.h" #include +#include typedef struct b2StackEntry {