diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/stdarg.h')
-rw-r--r-- | libstdc++-v3/include/tr1/stdarg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/tr1/stdarg.h b/libstdc++-v3/include/tr1/stdarg.h index 446dda1..4622f33 100644 --- a/libstdc++-v3/include/tr1/stdarg.h +++ b/libstdc++-v3/include/tr1/stdarg.h @@ -29,6 +29,8 @@ #ifndef _TR1_STDARG_H #define _TR1_STDARG_H 1 +#include <bits/requires_hosted.h> // TR1 + #include <tr1/cstdarg> #endif |