diff options
| author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-19 18:52:25 +0000 |
|---|---|---|
| committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-19 18:52:25 +0000 |
| commit | cd319190dedb81433b97b65fab292832e78c9565 (patch) | |
| tree | 2c8bb8455ef9ab0a00342dd625d096052835ef1b /libstdc++-v3/include/bits/std_complex.h | |
| parent | f9f97de8bb653289a8f3cebfc437df8295c9fd87 (diff) | |
| download | ppe42-gcc-cd319190dedb81433b97b65fab292832e78c9565.tar.gz ppe42-gcc-cd319190dedb81433b97b65fab292832e78c9565.zip | |
Add #pragma system_header to header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39896 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/std_complex.h')
| -rw-r--r-- | libstdc++-v3/include/bits/std_complex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/std_complex.h b/libstdc++-v3/include/bits/std_complex.h index 1cc836e40dc..463cd6c06f6 100644 --- a/libstdc++-v3/include/bits/std_complex.h +++ b/libstdc++-v3/include/bits/std_complex.h @@ -37,6 +37,8 @@ #ifndef _CPP_COMPLEX #define _CPP_COMPLEX 1 +#pragma GCC system_header + #include <bits/c++config.h> #include <bits/std_cmath.h> #include <bits/std_iosfwd.h> |

