diff options
Diffstat (limited to 'libcxx/include/experimental/system_error')
-rw-r--r-- | libcxx/include/experimental/system_error | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/experimental/system_error b/libcxx/include/experimental/system_error index 2a278b5443a..9b9ab333b5a 100644 --- a/libcxx/include/experimental/system_error +++ b/libcxx/include/experimental/system_error @@ -40,6 +40,10 @@ inline namespace fundamentals_v1 { #include <system_error> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif + _LIBCPP_BEGIN_NAMESPACE_LFTS #if __has_feature(cxx_variable_templates) |