diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-10-17 20:05:10 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-10-17 20:05:10 +0000 |
commit | 073458b1ab5489dce6f2ec789889c377b690ccf4 (patch) | |
tree | 8afaf87369531d8c64913495abd82b3a7d24af19 /libcxx/include/tgmath.h | |
parent | aa563df75974aa714270d48fa1b668baf893be0b (diff) | |
download | bcm5719-llvm-073458b1ab5489dce6f2ec789889c377b690ccf4.tar.gz bcm5719-llvm-073458b1ab5489dce6f2ec789889c377b690ccf4.zip |
Windows support by Ruben Van Boxem.
llvm-svn: 142235
Diffstat (limited to 'libcxx/include/tgmath.h')
-rw-r--r-- | libcxx/include/tgmath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/tgmath.h b/libcxx/include/tgmath.h index 2388b6ee1d2..fbe1e8248d7 100644 --- a/libcxx/include/tgmath.h +++ b/libcxx/include/tgmath.h @@ -22,6 +22,8 @@ #include <complex.h> #include <math.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif #endif // _LIBCPP_TGMATH_H |