diff options
Diffstat (limited to 'libcxx/include/strstream')
| -rw-r--r-- | libcxx/include/strstream | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/strstream b/libcxx/include/strstream index 4ff34a55be4..5eadefd12b9 100644 --- a/libcxx/include/strstream +++ b/libcxx/include/strstream @@ -131,7 +131,9 @@ private: #include <ostream> #include <istream> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |

