diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-05-26 18:52:49 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-05-26 18:52:49 +0000 |
commit | 9729cf09342823ba32d77ab1ea12b7ae84f7c904 (patch) | |
tree | 87163f0ca4abe85acc120b605dcfa6b9c46b29cd /contrib/libc++/include/complex.h | |
parent | d3dd0204252966f7ae13a28bba0f49356b4d3311 (diff) | |
parent | bb5e33f003797b67974a8893f7f2930fc51b8210 (diff) |
Notes
Diffstat (limited to 'contrib/libc++/include/complex.h')
-rw-r--r-- | contrib/libc++/include/complex.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/libc++/include/complex.h b/contrib/libc++/include/complex.h index 7003d31a89cd..c2359665add5 100644 --- a/contrib/libc++/include/complex.h +++ b/contrib/libc++/include/complex.h @@ -18,6 +18,12 @@ */ +#include <__config> + +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif + #ifdef __cplusplus #include <ccomplex> @@ -28,8 +34,4 @@ #endif // __cplusplus -#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header -#endif - #endif // _LIBCPP_COMPLEX_H |