From 236a702d36a39ce22295606f4588f712d1c075a4 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Sat, 3 May 2025 15:13:26 +0200 Subject: [PATCH] needed to add an additional header (stdbool.h, libCuba) to make clang happy. --- src/external/libCuba/src/common/stddecl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/external/libCuba/src/common/stddecl.h b/src/external/libCuba/src/common/stddecl.h index 7164fd4c..9ae4a0ad 100644 --- a/src/external/libCuba/src/common/stddecl.h +++ b/src/external/libCuba/src/common/stddecl.h @@ -16,6 +16,7 @@ #include #include +#include #include #include #include