From abd1a58d7acbd18d338f6c44bc8bf3b3733af28d Mon Sep 17 00:00:00 2001 From: vectorhacker Date: Mon, 14 Sep 2026 14:38:11 -0400 Subject: [PATCH] Add cstdlib include to raylib.cppm Fixes compilation error where cstdlib is not included when building modules --- modules/raylib.cppm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/raylib.cppm b/modules/raylib.cppm index 0d8e662a..af98d59b 100644 --- a/modules/raylib.cppm +++ b/modules/raylib.cppm @@ -5,6 +5,8 @@ module; +#include + #define BUILD_RAYLIB_CPP_MODULES #define RLCPPAPI #define RAYMATH_IMPLEMENTATION