diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Headers/tgmath.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Headers/tgmath.h b/lib/Headers/tgmath.h index 554af6cf74..1b0b9d24c1 100644 --- a/lib/Headers/tgmath.h +++ b/lib/Headers/tgmath.h @@ -30,9 +30,7 @@ /* C++ handles type genericity with overloading in math.h. */ #ifndef __cplusplus -#if __has_include(<complex.h>) -# include <complex.h> -#endif +#include <complex.h> #define _TG_ATTRSp __attribute__((__overloadable__)) #define _TG_ATTRS __attribute__((__overloadable__, __always_inline__)) |