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:
Tatyana Krasnukha 2018-04-09 17:32:56 +00:00
parent b1c467dbe7
commit 695fc9c7fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <tgmath.h> #include <cmath>
typedef struct { typedef struct {
float f; float f;