needed to add an additional header (stdbool.h, libCuba) to make clang happy.
This commit is contained in:
parent
09f9782a31
commit
236a702d36
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 <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user