forked from OSchip/llvm-project
Fix compilation error caused by tgmath.h.
On CentOS calling functions from <tgmath.h> produces multiple errors "'void*' is not a pointer-to-object type". llvm-svn: 329597
This commit is contained in:
parent
b1c467dbe7
commit
695fc9c7fe
|
@ -1,4 +1,4 @@
|
|||
#include <tgmath.h>
|
||||
#include <cmath>
|
||||
|
||||
typedef struct {
|
||||
float f;
|
||||
|
|
Loading…
Reference in New Issue