diff options
Diffstat (limited to 'system/include/libcxx/strstream')
-rw-r--r-- | system/include/libcxx/strstream | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/strstream b/system/include/libcxx/strstream index 4ff34a55..5eadefd1 100644 --- a/system/include/libcxx/strstream +++ b/system/include/libcxx/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 |