diff options
Diffstat (limited to 'libstdc++-v3/include/std/stdexcept')
-rw-r--r-- | libstdc++-v3/include/std/stdexcept | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/stdexcept b/libstdc++-v3/include/std/stdexcept index b55c19b..e61a744 100644 --- a/libstdc++-v3/include/std/stdexcept +++ b/libstdc++-v3/include/std/stdexcept @@ -33,7 +33,9 @@ #ifndef _GLIBCXX_STDEXCEPT #define _GLIBCXX_STDEXCEPT 1 +#ifdef _GLIBCXX_SYSHDR #pragma GCC system_header +#endif #include <exception> #include <string> |