From e0eca96a6d251e93d2e0653eba987a783f11df4c Mon Sep 17 00:00:00 2001 From: Astie Teddy Date: Sat, 5 Sep 2020 20:43:51 +0200 Subject: [PATCH] bool type fix --- src/raylua.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/raylua.c b/src/raylua.c index d7a07ee..72404aa 100644 --- a/src/raylua.c +++ b/src/raylua.c @@ -14,6 +14,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include + #include #include #include