needed to add an additional header (stdbool.h, libCuba) to make clang happy.

This commit is contained in:
suter_a 2025-05-03 15:13:26 +02:00
parent 09f9782a31
commit 236a702d36

View File

@ -16,6 +16,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <math.h>
#include <float.h>