needed to add an additional header (stdbool.h, libCuba) to make clang happy.
This commit is contained in:
parent
58362084d5
commit
eb064232a9
1
src/external/libCuba/src/common/stddecl.h
vendored
1
src/external/libCuba/src/common/stddecl.h
vendored
@ -16,6 +16,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user