From ecc4da511376f97eec3201632351b7560d6bafe3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 13 Jul 2024 12:44:46 -0500 Subject: [PATCH] Include math.h for corelib.c This is the downside of the forced amalgamated build. Strange build constraints. --- src/core/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/util.h b/src/core/util.h index 0b00260d..52a2a5ac 100644 --- a/src/core/util.h +++ b/src/core/util.h @@ -33,6 +33,7 @@ #include #include #include +#include #ifdef JANET_EV #ifndef JANET_WINDOWS