diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2014-10-02 16:52:24 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2014-10-02 16:52:24 +0100 |
commit | d17f7d8a9dd8ef8e3152a497e0e7eede6c857c87 (patch) | |
tree | 27a621c6a2763d65c2fe1399c1927dd95dd2bcd8 /libstdc++-v3/include/c_global | |
parent | 5827c03c811c0dc329be032b542dcb37ac8aa816 (diff) | |
download | gcc-d17f7d8a9dd8ef8e3152a497e0e7eede6c857c87.tar.gz |
ctgmath: Include <complex>.
* include/c_global/ctgmath: Include <complex>.
* testsuite/26_numerics/headers/ctgmath/complex.cc: New.
* doc/xml/manual/status_cxx2011.xml: Update.
* doc/html/manual/status.html: Regenerate.
From-SVN: r215803
Diffstat (limited to 'libstdc++-v3/include/c_global')
-rw-r--r-- | libstdc++-v3/include/c_global/ctgmath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/c_global/ctgmath b/libstdc++-v3/include/c_global/ctgmath index df36263c364..e05ede52432 100644 --- a/libstdc++-v3/include/c_global/ctgmath +++ b/libstdc++-v3/include/c_global/ctgmath @@ -35,6 +35,7 @@ # include <bits/c++0x_warning.h> #else # include <cmath> +# include <complex> #endif #endif |