diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/complex.h')
-rw-r--r-- | libstdc++-v3/include/tr1/complex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/tr1/complex.h b/libstdc++-v3/include/tr1/complex.h index f282478..c5fb4c1 100644 --- a/libstdc++-v3/include/tr1/complex.h +++ b/libstdc++-v3/include/tr1/complex.h @@ -29,6 +29,8 @@ #ifndef _GLIBCXX_TR1_COMPLEX_H #define _GLIBCXX_TR1_COMPLEX_H 1 +#include <bits/requires_hosted.h> // TR1 + #include <tr1/ccomplex> #endif // _GLIBCXX_TR1_COMPLEX_H |