From fb60e6a04e99cc08b03ec2874ad4dab1e98350dd Mon Sep 17 00:00:00 2001 From: Paul Irofti Date: Wed, 26 Mar 2025 11:35:52 +0200 Subject: [PATCH] stdbool for bool --- clccubes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clccubes.h b/clccubes.h index 61e6153..55b7b5a 100644 --- a/clccubes.h +++ b/clccubes.h @@ -1,6 +1,8 @@ #ifndef CLccubes_H__ #define CLccubes_H__ +#include + #include "cl_setup.h" #ifndef _MSC_VER